Method GetPlayableData
GetPlayableData<T>()
Get a copy of playable data registered by the graph asset. This can be called at any time.
Declaration
public T GetPlayableData<T>() where T : unmanaged, IComponentData
Returns
Type | Description |
---|---|
T | Copy of playable data of type |
Type Parameters
Name | Description |
---|---|
T | Unmanaged type of IComponentData. |