Ultimate Replay Scripting Reference
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