Classes | |
class | EmitterActor |
Apex emitter actor class. Emits particles within a given shape. More... | |
class | EmitterAsset |
APEX Emitter asset. Emits particles within some shape. More... | |
class | EmitterAssetAuthoring |
APEX Emitter Asset Authoring. Used to create APEX Emitter assets. More... | |
struct | EmitterType |
Emitter type. More... | |
class | EmitterGeom |
Base class for all emitter shapes. More... | |
class | EmitterGeomSphereShell |
Sphere shell shape for an emitter. It's a shape formed by the difference of two cocentered spheres. More... | |
class | EmitterGeomSphere |
Spherical shape for an emitter. More... | |
class | EmitterGeomCylinder |
Cylindrical shape for an emitter. More... | |
class | EmitterGeomBox |
Box shape for an emitter. More... | |
class | EmitterGeomExplicit |
Explicit geometry. Coordinates of each particle are given explicitly. More... | |
class | EmitterLodParamDesc |
LOD parameters fro emitters. More... | |
class | EmitterPreview |
class | MaterialLookupCallback |
a user calback interface used to map raycast hitpoints to material ID If an instance of this class is registered with a ground emitter actor, the actor will call requestMaterialLookups() in lieu of doing raycasts. The call will occur from within the scope of the ApexScene thread, so the callback must be thread safe. More... | |
class | GroundEmitterActor |
Ground Emitter actor. Uses raycasts against ground to spawn particles. More... | |
class | GroundEmitterAsset |
Ground emitter asset. Used to create Ground emitter actors with specific properties. More... | |
class | GroundEmitterAssetAuthoring |
Ground emitter authoring class. Used to create Ground emitter assets. More... | |
class | GroundEmitterPreview |
Ground emitter preview class. Use for preview rendering. More... | |
class | ImpactEmitterActor |
Impact emitter actor. Emits particles at impact places. More... | |
class | ImpactEmitterAsset |
Impact emitter asset class. More... | |
class | ImpactEmitterAssetAuthoring |
Impact emitter asset authoring. Used to create Impact Emitter assets. More... | |
class | ImpactEmitterPreview |
Impact emitter preview. Used for preview rendering of the emitter actors. More... | |
class | ModuleEmitter |
An APEX Module that provides generic Emitter classes. More... |