[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: orca_scene3d.pas line 2669
type TD3ParticleEmitter = class(TD3Dummy) |
||
protected |
||
function FindKeys(); |
|
|
procedure ProcessEffect(); |
|
|
procedure SetLifeTime(); |
|
|
procedure RenderParticle(); |
|
|
procedure Paint; override; |
|
|
public |
||
constructor Create(); override; |
|
|
destructor Destroy; override; |
|
|
procedure Assign(); override; |
|
|
procedure KillAll; |
|
|
procedure Burst(); |
|
|
procedure ComputeCurColor(); |
|
|
function ComputeSizeScale(); |
|
|
function ComputeSpinAngle(); |
|
|
function CreateParticle; virtual; |
|
|
property Particles: TD3ParticleList; [rw] |
|
|
property Keys: TD3ParticleKeys; [rw] |
|
|
published |
||
property Editor: Integer; [rws] |
|
|
property Bitmap: Ansistring; [rw] |
|
|
property BlendingMode: TD3BlendingMode; [rw] |
|
|
property Gravity: TD3Position; [rw] |
|
|
property PositionDispersion: TD3Position; [rw] |
|
|
property ParticlePerSecond: Single; [rw] |
|
|
property VelocityMode: TD3ParticleVelocityMode; [rw] |
|
|
property FollowToOwner: Boolean; [rw] |
|
|
property DispersionMode: TD3ParticleDispersionMode; [rw] |
|
|
property DirectionAngle: Single; [rw] |
|
|
property SpreadAngle: Single; [rw] |
|
|
property Friction: Single; [rw] |
|
|
property Rect: TD2Bounds; [rw] |
|
|
property LifeTime: Single; [rw] |
|
|
property CentrifugalVelMin: Single; [rw] |
|
|
property CentrifugalVelMax: Single; [rw] |
|
|
property TangentVelMin: Single; [rw] |
|
|
property TangentVelMax: Single; [rw] |
|
|
property VelocityMin: Single; [rw] |
|
|
property VelocityMax: Single; [rw] |
|
|
property ColorBegin: string; [rw] |
|
|
property ScaleBegin: Single; [rw] |
|
|
property SpinBegin: Single; [rw] |
|
|
property ColorEnd: string; [rw] |
|
|
property ScaleEnd: Single; [rw] |
|
|
property SpinEnd: Single; [rw] |
|
|
property OnCreateParticle: TD3CreateParticleEvent; [rw] |
|
|
property TwoSide: Boolean; |
|
|
property ZWrite: Boolean; |
|
|
end; |
|
||
| | | ||
|
||
| | | ||
|
||
| | | ||
|
||
| | | ||
TObject |
| CT Web help |
| CodeTyphon Studio |