Delegate EntityConstructor<T>
Namespace: LiteEntitySystem.Internal
Assembly: LiteEntitySystem.dll
Syntax
public delegate T EntityConstructor<out T>(EntityParams entityParams)
where T : InternalEntity;
Parameters
| Type | Name | Description |
|---|---|---|
| EntityParams | entityParams |
Returns
| Type | Description |
|---|---|
| T |
Type Parameters
| Name | Description |
|---|---|
| T |