|
int | CapacityCount [get, set] |
| Gets or sets the maximum particle count for all updaters, must be power of 2. More...
|
|
int | StructureSize [get, set] |
|
string | StructureName [get, set] |
|
ShaderClassSource | RenderShader [get, set] |
|
bool | EnableSorting [get, set] |
| Gets or sets a value indicating whether the sort is enabled (true by default). More...
|
|
MainPlugin | MainPlugin [get, set] |
|
RenderTargetsPlugin | MainTargetPlugin [get, set] |
|
TrackingCollection
< ParticleEmitterComponent > | Updaters [get, set] |
| Gets the particle updaters. More...
|
|
RenderTarget | RenderTarget [get, set] |
|
Definition at line 20 of file ParticlePlugin.cs.
SiliconStudio.Paradox.Effects.ParticlePlugin.ParticlePlugin |
( |
| ) |
|
SiliconStudio.Paradox.Effects.ParticlePlugin.ParticlePlugin |
( |
string |
name | ) |
|
override void SiliconStudio.Paradox.Effects.ParticlePlugin.Initialize |
( |
| ) |
|
override void SiliconStudio.Paradox.Effects.ParticlePlugin.Load |
( |
| ) |
|
override void SiliconStudio.Paradox.Effects.ParticlePlugin.Unload |
( |
| ) |
|
int SiliconStudio.Paradox.Effects.ParticlePlugin.CapacityCount |
|
getset |
Gets or sets the maximum particle count for all updaters, must be power of 2.
The capacity count.
The sum of ParticlesUpdaters.CapacityCount must be lower than this value.
Definition at line 99 of file ParticlePlugin.cs.
bool SiliconStudio.Paradox.Effects.ParticlePlugin.EnableSorting |
|
getset |
Gets or sets a value indicating whether the sort is enabled (true by default).
true
if [sort is enabled]; otherwise, false
.
Definition at line 127 of file ParticlePlugin.cs.
MainPlugin SiliconStudio.Paradox.Effects.ParticlePlugin.MainPlugin |
|
getset |
RenderTarget SiliconStudio.Paradox.Effects.ParticlePlugin.RenderTarget |
|
getset |
string SiliconStudio.Paradox.Effects.ParticlePlugin.StructureName |
|
getset |
int SiliconStudio.Paradox.Effects.ParticlePlugin.StructureSize |
|
getset |
Gets the particle updaters.
The particle updaters.
Definition at line 137 of file ParticlePlugin.cs.
The documentation for this class was generated from the following file:
- D:/Projects/Bitbucket Hosting/DoxygenFilesAndSources/Paradox v1.0.0 beta06/sources/scripts/ScriptShader/Effects/Deprecated/ParticlePlugin.cs