DefaultReplayPreparer Class

Ultimate Replay

DefaultReplayPreparer Class
The default IReplayPreparer used by Ultimate Replay to prepare game objects for gameplay and playback.
Inheritance Hierarchy
SystemObject  UltimateReplay.CoreDefaultReplayPreparer

Namespace: UltimateReplay.Core
Assembly: UltimateReplay (in UltimateReplay.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public class DefaultReplayPreparer : IReplayPreparer

The DefaultReplayPreparer type exposes the following members.

Constructors
  NameDescription
Public methodDefaultReplayPreparer
Initializes a new instance of the DefaultReplayPreparer class
Top
Methods
  NameDescription
Public methodPrepareComponentForGameplay
Prepare the specified component for gameplay mode.
Public methodPrepareComponentForPlayback
Prepare the specified component for playback mode.
Public methodPrepareForGameplay
Prepare the specified replay object for gameplay mode.
Public methodPrepareForPlayback
Prepare the specified replay object for playback mode.
Top
See Also