ReplayBehaviour.ReplayDeserializeVariables Method

Ultimate Replay

ReplayBehaviourReplayDeserializeVariables Method
Deserializes all active ReplayVariable from the state.

Namespace: UltimateReplay
Assembly: UltimateReplay (in UltimateReplay.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
protected virtual void ReplayDeserializeVariables(
	ReplayState state
)

Parameters

state
Type: UltimateReplayReplayState
The ReplayState to read the variable data from
See Also