Method GetPlayableDataRef
GetPlayableDataRef<T>()
Get a reference to playable data registered by the graph asset. This can only be called from PreparePredictedData.
Declaration
public ref T GetPlayableDataRef<T>() where T : unmanaged, IComponentData
Returns
| Type | Description |
|---|---|
| T | Reference to playable data of type |
Type Parameters
| Name | Description |
|---|---|
| T | Unmanaged type of IComponentData. |