[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: orca_scene3d.pas line 2600
type TD3ParticleList = class(TPersistent) |
||
protected |
||
function GetItems(); |
|
|
procedure SetItems(); |
|
|
procedure AfterItemCreated(); |
|
|
public |
||
constructor Create; virtual; |
|
|
destructor Destroy; override; |
|
|
property Owner: TD3ParticleEmitter; [rw] |
|
|
property Items []: TD3Particle; default; [rw] |
|
|
function ItemCount; |
|
|
function AddItem(); |
|
|
procedure RemoveAndFreeItem(); |
|
|
function IndexOfItem(); |
|
|
procedure Pack; |
|
|
property List: Pd3ParticleArray; [r] |
|
|
end; |
|
||
| | | ||
TObject |
| CT Web help |
| CodeTyphon Studio |