Class ParticlesRenderer
The particle system renderer component.
Inheritance
ParticlesRenderer
Implements
Inherited Members
Namespace: Evergine.Framework.Particles.Components
Assembly: Evergine.Framework.dll
Syntax
public class ParticlesRenderer : Drawable3D, IDependencyObject
Methods
Draw(DrawContext)
Allows custom drawing.
Declaration
public override void Draw(DrawContext drawContext)
Parameters
Type | Name | Description |
---|---|---|
DrawContext | drawContext | The draw context. |
Overrides
Remarks
This method will only be called if all the following points are true:
OnActivated()
Invoked when the object is activated once it is attached.
Declaration
protected override void OnActivated()
Overrides
OnAttached()
Invoked when the object is attached to the system.
Declaration
protected override bool OnAttached()
Returns
Type | Description |
---|---|
bool | True if everything is OK. |
Overrides
OnDeactivated()
Invoked when the object is deactivated.
Declaration
protected override void OnDeactivated()
Overrides
OnDetach()
Invoked when the object is detached.
Declaration
protected override void OnDetach()