Ultimate Replay Scripting Reference
ReplayTransform Methods |
The ReplayTransform type exposes the following members.
Methods
Name | Description | |
---|---|---|
Awake |
Called by Unity.
(Overrides ReplayBehaviourAwake.) |
|
OnReplayDeserialize |
Called by the relay system when the object should return to a previous state.
(Overrides ReplayBehaviourOnReplayDeserialize(ReplayState).) |
|
OnReplaySerialize |
Called by the replay system when the object should be recorded.
(Overrides ReplayBehaviourOnReplaySerialize(ReplayState).) |
|
OnReplayUpdate |
Called during playback and allows the transform to be interpolated to provide a smooth replay even if lower record rates are used.
(Overrides ReplayBehaviourOnReplayUpdate.) |
See Also