Method RegisterPlayableData
RegisterPlayableData(IRegisterPlayableData)
Register playable data for this asset. Only data registered here can be accessed during PrepareFrame, no other entity data can be accessed.
Declaration
public abstract void RegisterPlayableData(IRegisterPlayableData register)
Parameters
| Type | Name | Description |
|---|---|---|
| IRegisterPlayableData | register | Communicate which components they are using. |