Ultimate Replay Scripting Reference
ReplaySnapshotOnReplayDeserialize Method |
Called by the replay system when this ReplaySnapshot should be deserialized.
Namespace: UltimateReplay.Storage
Assembly: UltimateReplay (in UltimateReplay.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void OnReplayDeserialize( ReplayState state )
Parameters
- state
- Type: UltimateReplayReplayState
The ReplayState to read the data from
Implements
IReplaySerializeOnReplayDeserialize(ReplayState)See Also