| Description | Hierarchy | Fields | Methods | Properties |
type TParticleMeshEmitter = class(TParticleEmitter)
A particle emitter which emits from vertices of a mesh.
![]() |
function GetMesh: TMesh; inline; |
![]() |
procedure SetMesh(NMesh: TMesh); inline; |
![]() |
property EveryMeshVertex: Boolean read GetEveryMeshVertex write SetEveryMeshVertex; |
![]() |
property NormalDirectionModifier: Single read GetNormalDirectionModifier
write SetNormalDirectionModifier; |
![]() |
property UseNormalDirection: Boolean read IsUsingNormalDirection
write SetUseNormalDirection; |
![]() |
function GetMesh: TMesh; inline; |
|
Returns the current mesh. | |
![]() |
procedure SetMesh(NMesh: TMesh); inline; |
|
Sets the mesh to emit particles from. | |
![]() |
property EveryMeshVertex: Boolean read GetEveryMeshVertex write SetEveryMeshVertex; |
|
Specifies whether to emit min<->max particles for every vertex or to pick min<->max vertices. | |
![]() |
property NormalDirectionModifier: Single read GetNormalDirectionModifier
write SetNormalDirectionModifier; |
|
The amount that the normal is divided by for getting a particles direction. | |
![]() |
property UseNormalDirection: Boolean read IsUsingNormalDirection
write SetUseNormalDirection; |
|
Tells whether to use vertex normal for direction, or direction specified. | |