ReplayObject Methods

Ultimate Replay

ReplayObject Methods

The ReplayObject type exposes the following members.

Methods
  Name Description
Public method Awake
Called by Unity.
Public method OnDestroy
Called by Unity.
Public method OnReplayDeserialize
Called by the replay system when this ReplayObject should deserialize its replay data.
Public method OnReplaySerialize
Called by the replay system when this ReplayObject should serialize its replay data.
Public method RebuildComponentList
Forces the object to refresh its list of observed components. Observed components are components which inherit from ReplayBehaviour and exist on either this game object or a child of this game object.
Top
See Also