Class BaseSpawn<T>
Class that controls 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 |