Class ParticlesSceneComponent
Set the particles scene manager properties.
Inheritance
ParticlesSceneComponent
  Implements
Inherited Members
Namespace: Evergine.Framework.Graphics
Assembly: Evergine.Framework.dll
Syntax
public class ParticlesSceneComponent : Component, IDependencyObject
  Properties
NoiseSize
Gets or sets the noise 3D random matrix and texture size, Matrix|Texture3D(size,size,size).
Declaration
public int NoiseSize { get; set; }
  Property Value
| Type | Description | 
|---|---|
| int | 
ParticlesLimit
Gets or sets the particles limit.
Declaration
public uint ParticlesLimit { get; set; }
  Property Value
| Type | Description | 
|---|---|
| uint | 
Methods
OnAttached()
Invoked when the object is attached to the system.
Declaration
protected override bool OnAttached()
  Returns
| Type | Description | 
|---|---|
| bool | True if all is OK.  | 
      
Overrides
OnDetach()
Invoked when the object is detached.
Declaration
protected override void OnDetach()