Paradox Game Engine  v1.0.0 beta06
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros Pages
SiliconStudio.Paradox.Effects.ParticlePlugin Class Reference
Inheritance diagram for SiliconStudio.Paradox.Effects.ParticlePlugin:
RenderPassPlugin IRenderPassPluginTarget

Public Member Functions

 ParticlePlugin ()
 Initializes a new instance of the ParticlePlugin class. More...
 
 ParticlePlugin (string name)
 Initializes a new instance of the ParticlePlugin class. More...
 
override void Initialize ()
 
override void Load ()
 
override void Unload ()
 

Properties

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]
 

Detailed Description

Definition at line 20 of file ParticlePlugin.cs.

Constructor & Destructor Documentation

SiliconStudio.Paradox.Effects.ParticlePlugin.ParticlePlugin ( )

Initializes a new instance of the ParticlePlugin class.

Definition at line 73 of file ParticlePlugin.cs.

SiliconStudio.Paradox.Effects.ParticlePlugin.ParticlePlugin ( string  name)

Initializes a new instance of the ParticlePlugin class.

Parameters
nameName of this particle manager

Definition at line 81 of file ParticlePlugin.cs.

Member Function Documentation

override void SiliconStudio.Paradox.Effects.ParticlePlugin.Initialize ( )

Definition at line 139 of file ParticlePlugin.cs.

override void SiliconStudio.Paradox.Effects.ParticlePlugin.Load ( )

Definition at line 158 of file ParticlePlugin.cs.

override void SiliconStudio.Paradox.Effects.ParticlePlugin.Unload ( )

Definition at line 287 of file ParticlePlugin.cs.

Property Documentation

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

Definition at line 129 of file ParticlePlugin.cs.

RenderTargetsPlugin SiliconStudio.Paradox.Effects.ParticlePlugin.MainTargetPlugin
getset

Definition at line 131 of file ParticlePlugin.cs.

ShaderClassSource SiliconStudio.Paradox.Effects.ParticlePlugin.RenderShader
getset

Definition at line 121 of file ParticlePlugin.cs.

RenderTarget SiliconStudio.Paradox.Effects.ParticlePlugin.RenderTarget
getset

Definition at line 698 of file ParticlePlugin.cs.

string SiliconStudio.Paradox.Effects.ParticlePlugin.StructureName
getset

Definition at line 119 of file ParticlePlugin.cs.

int SiliconStudio.Paradox.Effects.ParticlePlugin.StructureSize
getset

Definition at line 117 of file ParticlePlugin.cs.

TrackingCollection<ParticleEmitterComponent> SiliconStudio.Paradox.Effects.ParticlePlugin.Updaters
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: