Class BaseSpawn<T>
Class that controls the spawn particle creation.
Inherited Members
Namespace: Evergine.Framework.Particles.Spawn
Assembly: Evergine.Framework.dll
Syntax
public abstract class BaseSpawn<T> : BaseSpawn where T : SpawnDescription
Type Parameters
Name | Description |
---|---|
T | The type of the descriptor. |
Constructors
BaseSpawn(T)
Initializes a new instance of the BaseSpawn<T> class.
Declaration
public BaseSpawn(T description)
Parameters
Type | Name | Description |
---|---|---|
T | description | the description. |
Properties
Description
Gets the descriptor.
Declaration
public T Description { get; }
Property Value
Type | Description |
---|---|
T |