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