![]() |
Paradox Game Engine
v1.0.0 beta06
|
Public Member Functions | |
| BulletParticleEmitterComponent () | |
| override void | OnAddToSystem (EntitySystem EntitySystem, RenderContextBase renderContext) |
Public Member Functions inherited from SiliconStudio.Paradox.Engine.ParticleEmitterComponent | |
| ParticleEmitterComponent () | |
| Initializes a new instance of the ParticleEmitterComponent class. More... | |
| void | OnUpdateData () |
| void | OnUpdateSystem () |
| virtual void | OnAddToSystem (IServiceRegistry registry) |
| void | OnMeshUpdate (Entity entity, TrackingCollectionChangedEventArgs updateArgs) |
Public Member Functions inherited from SiliconStudio.Paradox.EntityModel.EntityComponent | |
| EntityComponent () | |
| Initializes a new instance of the EntityComponent class. More... | |
Properties | |
| Entity | RootAnimation [get, set] |
| BulletEmitterDescription | Description [get, set] |
Properties inherited from SiliconStudio.Paradox.Engine.ParticleEmitterComponent | |
| int | Count [get, set] |
| Gets or sets the particle count. More... | |
| ParticleEmitterType | Type [get, set] |
| Gets or sets the type of this emitter.. More... | |
| ShaderClassSource | Shader [get, set] |
| Gets or sets the shader. More... | |
| ParameterCollection | Parameters [get, set] |
| Gets or sets the parameters. More... | |
| int | ParticleElementSize [get, set] |
| Gets or sets the size of the particle element. More... | |
| Array | ParticleData [get, set] |
| Gets or sets the particle data. More... | |
| bool | UpdateNextBuffer [get, set] |
| Gets or sets a value indicating whether [update next buffer]. More... | |
| bool | IsDynamicEmitter [get] |
| Gets a value indicating whether this instance is a dynamic emitter. More... | |
| override PropertyKey | DefaultKey [get] |
Properties inherited from SiliconStudio.Paradox.EntityModel.EntityComponent | |
| Entity | Entity [get, set] |
| Gets or sets the owner entity. More... | |
| Entity | EnsureEntity [get] |
| Gets the entity and throws an exception if the entity is null. More... | |
| virtual PropertyKey | DefaultKey [get] |
| The default key this component is associated to. More... | |
Properties inherited from SiliconStudio.Core.IContentUrl | |
| string | Url [get, set] |
| The URL of this asset. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from SiliconStudio.Paradox.Engine.ParticleEmitterComponent | |
| static int | CalculateMaximumPowerOf2Count (int value) |
Static Public Member Functions inherited from SiliconStudio.Paradox.EntityModel.EntityComponent | |
| static PropertyKey | GetDefaultKey< T > () |
| Gets the default key for the specified entity component type. More... | |
Static Public Attributes inherited from SiliconStudio.Paradox.Engine.ParticleEmitterComponent | |
| static PropertyKey < ParticleEmitterComponent > | Key = new PropertyKey<ParticleEmitterComponent>("Key", typeof(ParticleEmitterComponent)) |
Events inherited from SiliconStudio.Paradox.Engine.ParticleEmitterComponent | |
| Action< ParticleEmitterComponent > | UpdateData |
| Action< ParticleEmitterComponent > | UpdateSystem |
| Action < ParticleEmitterComponent, Entity, TrackingCollectionChangedEventArgs > | MeshUpdate |
| A callback called whenever the component is updated by the ParticleSystem. More... | |
Definition at line 24 of file BulletParticleEmitterComponent.cs.
| ScriptTest.BulletParticleEmitterComponent.BulletParticleEmitterComponent | ( | ) |
Definition at line 33 of file BulletParticleEmitterComponent.cs.
References ScriptTest.BulletParticleEmitterComponent.Description, SiliconStudio.Paradox.Engine.ParticleEmitterComponent.MeshUpdate, SiliconStudio.Paradox.Engine.ParticleEmitterComponent.OnUpdateSystem(), SiliconStudio.Paradox.Engine.ParticleEmitterComponent.ParticleElementSize, SiliconStudio.Paradox.Engine.ParticleEmitterComponent.Shader, SiliconStudio.Paradox.Engine.ParticleEmitterComponent.Type, SiliconStudio.Paradox.Engine.ParticleEmitterComponent.UpdateData, and SiliconStudio.Paradox.Engine.ParticleEmitterComponent.UpdateSystem.
| override void ScriptTest.BulletParticleEmitterComponent.OnAddToSystem | ( | EntitySystem | EntitySystem, |
| RenderContextBase | renderContext | ||
| ) |
Definition at line 46 of file BulletParticleEmitterComponent.cs.
|
getset |
Definition at line 137 of file BulletParticleEmitterComponent.cs.
Referenced by ScriptTest.BulletParticleEmitterComponent.BulletParticleEmitterComponent().
|
getset |
Definition at line 44 of file BulletParticleEmitterComponent.cs.