Description | Hierarchy | Fields | Methods | Properties |
type TParticleCylinderEmitter = class(TParticleEmitter)
A particle emitter which emits from a cylindrically shaped space.
![]() |
property Center: TVector3D read GetCenter write SetCenter; |
![]() |
property Length: Single read GetLength write SetLength; |
![]() |
property Normal: TVector3D read GetNormal write SetNormal; |
![]() |
property OutlineOnly: Boolean read GetOutlineOnly write SetOutlineOnly; |
![]() |
property Radius: Single read GetRadius write SetRadius; |
![]() |
property Center: TVector3D read GetCenter write SetCenter; |
The cylinder's |
![]() |
property Length: Single read GetLength write SetLength; |
The cylinder's height. |
![]() |
property Normal: TVector3D read GetNormal write SetNormal; |
The cylinder's |
![]() |
property OutlineOnly: Boolean read GetOutlineOnly write SetOutlineOnly; |
Specifies whether or not to draw points inside the cylinder. |
![]() |
property Radius: Single read GetRadius write SetRadius; |
The cylinder's |