ReplayControls Class
From Ultimate Replay
Ultimate Replay Scripting Reference
| ReplayControls Class |
Default replay controls used for demonstration and testing.
Uses legacy GUI for ui rendering.
Namespace: UltimateReplay
Assembly: UltimateReplay (in UltimateReplay.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public class ReplayControls : MonoBehaviour
The ReplayControls type exposes the following members.
| Name | Description | |
|---|---|---|
| ReplayControls | Initializes a new instance of the ReplayControls class |
| Name | Description | |
|---|---|---|
| Awake |
Called by Unity.
| |
| OnGUI |
Called by unity.
| |
| Start |
Called by Unity.
| |
| Update |
Called by Unity.
|
| Name | Description | |
|---|---|---|
| allowPlaybackFreeCam |
Should the free cam mode be enabled during playback.
| |
| flySpeed |
How fast the free cam can move around the scene.
| |
| lookSpeed |
How fast the free cam can look around the scene.
|