ReplayControls Class

Ultimate Replay

ReplayControls Class
Default replay controls used for demonstration and testing. Uses legacy GUI for ui rendering.
Inheritance Hierarchy
SystemObject  Object
    Component
      Behaviour
        MonoBehaviour
          UltimateReplayReplayControls

Namespace: UltimateReplay
Assembly: UltimateReplay (in UltimateReplay.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public class ReplayControls : MonoBehaviour

The ReplayControls type exposes the following members.

Constructors
  NameDescription
Public methodReplayControls
Initializes a new instance of the ReplayControls class
Top
Methods
  NameDescription
Public methodAwake
Called by Unity.
Public methodOnGUI
Called by unity.
Public methodStart
Called by Unity.
Public methodUpdate
Called by Unity.
Top
Fields
  NameDescription
Public fieldallowPlaybackFreeCam
Should the free cam mode be enabled during playback.
Public fieldflySpeed
How fast the free cam can move around the scene.
Public fieldlookSpeed
How fast the free cam can look around the scene.
Top
See Also