Ultimate Replay Scripting Reference
ReplayVariableOnReplaySerialize Method |
Called by the replay system when the variable should be serialized.
Namespace: UltimateReplay.Core
Assembly: UltimateReplay (in UltimateReplay.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void OnReplaySerialize( ReplayState state )
Parameters
- state
- Type: UltimateReplayReplayState
The ReplayState to serialize the data into
Implements
IReplaySerializeOnReplaySerialize(ReplayState)See Also