ReplayTransform.OnReplaySerialize Method

Ultimate Replay

ReplayTransformOnReplaySerialize Method
Called by the replay system when the object should be recorded.

Namespace: UltimateReplay
Assembly: UltimateReplay (in UltimateReplay.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public override void OnReplaySerialize(
	ReplayState state
)

Parameters

state
Type: UltimateReplayReplayState
The state object to serialize the transform into

Implements

IReplaySerializeOnReplaySerialize(ReplayState)
See Also