Description | Hierarchy | Fields | Methods | Properties |
type TParticleAnimatedMeshSceneNodeEmitter = class(TParticleEmitter)
A particle emitter which emits particles from mesh vertices.
![]() |
function GetAnimatedMeshSceneNode: TAnimatedMeshSceneNode; inline; |
![]() |
procedure SetAnimatedMeshSceneNode(Node: TAnimatedMeshSceneNode); inline; |
![]() |
property EveryMeshVertex: Boolean read GetEveryMeshVertex write SetEveryMeshVertex; |
![]() |
property NormalDirectionModifier: Single read GetNormalDirectionModifier
write SetNormalDirectionModifier; |
![]() |
property UseNormalDirection: Boolean read IsUsingNormalDirection
write SetUseNormalDirection; |
![]() |
function GetAnimatedMeshSceneNode: TAnimatedMeshSceneNode; inline; |
Returns the mesh we're emitting particles from. |
![]() |
procedure SetAnimatedMeshSceneNode(Node: TAnimatedMeshSceneNode); inline; |
Set Mesh to emit particles from. |
![]() |
property EveryMeshVertex: Boolean read GetEveryMeshVertex write SetEveryMeshVertex; |
Gets whether to emit min<->max particles for every vertex or to pick min<->max vertices. (?) |
![]() |
property NormalDirectionModifier: Single read GetNormalDirectionModifier
write SetNormalDirectionModifier; |
Get the amount that the normal is divided by for getting a particles direction. |
![]() |
property UseNormalDirection: Boolean read IsUsingNormalDirection
write SetUseNormalDirection; |
Get whether to use vertex normal for direction, or direction specified. |