DefaultReplayPreparer.PrepareComponentForPlayback Method

Ultimate Replay

DefaultReplayPreparerPrepareComponentForPlayback Method
Prepare the specified component for playback mode.

Namespace: UltimateReplay.Core
Assembly: UltimateReplay (in UltimateReplay.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public virtual void PrepareComponentForPlayback(
	Component component
)

Parameters

component
Type: Component
The component to prepare
See Also