Method RegisterPlayableData
RegisterPlayableData<T>()
Implementation of IRegisterPlayableData, should not be called directly.
Declaration
public void RegisterPlayableData<T>() where T : unmanaged, IComponentData
Type Parameters
| Name | Description |
|---|---|
| T | Unmanaged type of IComponentData. |