Ultimate Replay Scripting Reference
ReplayTransformOnReplayDeserialize Method |
Called by the relay system when the object should return to a previous state.
Namespace: UltimateReplay
Assembly: UltimateReplay (in UltimateReplay.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public override void OnReplayDeserialize( ReplayState state )
Parameters
- state
- Type: UltimateReplayReplayState
The state object to deserialize the transform from
Implements
IReplaySerializeOnReplayDeserialize(ReplayState)See Also