Empeld
Empeld plugin documentation.
|
The particle domain interface More...
Public Member Functions | |
IParticleSystem | CreateSystem (string src, Vector3d pos) |
Create a particle system, originating at a given position Returns a reference that if lost, will remove the system More... | |
IParticleSystem | CreateSystem (string src) |
Create a particle system originating at a given position Returns a reference that if lost, will remove the system More... | |
bool | RemoveSystem (IParticleSystem sys) |
Remove a given system immediately More... | |
The particle domain interface
Attribute: Injectable
IParticleSystem pluginbase.Objects.Particles.IParticleDomain.CreateSystem | ( | string | src, |
Vector3d | pos | ||
) |
Create a particle system, originating at a given position Returns a reference that if lost, will remove the system
src | Source file of boo script |
pos | Position. |
IParticleSystem pluginbase.Objects.Particles.IParticleDomain.CreateSystem | ( | string | src | ) |
Create a particle system originating at a given position Returns a reference that if lost, will remove the system
src | Source. |
bool pluginbase.Objects.Particles.IParticleDomain.RemoveSystem | ( | IParticleSystem | sys | ) |
Remove a given system immediately
true
, if system was removed, false
otherwise.sys | Sys. |