ReplayManager.Preparer Property

Ultimate Replay

ReplayManagerPreparer Property
Access the current IReplayPreparer that the active replay manager will use to prepare game objects for replay. By default a DefaultReplayPreparer is used.

Namespace: UltimateReplay
Assembly: UltimateReplay (in UltimateReplay.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public static IReplayPreparer Preparer { get; set; }

Property Value

Type: IReplayPreparer
See Also