C# Class RecordingControls

Inheritance: MonoBehaviour
Show file Open project: leapmotion/ImageGrid Class Usage Examples

Public Properties

Property Type Description
beginPlaybackKey KeyCode,
beginRecordingKey KeyCode,
controlsGui GUIText
endRecordingKey KeyCode,
pausePlaybackKey KeyCode,
recordingGui GUIText
stopPlaybackKey KeyCode,

Public Methods

Method Description
Start ( ) : void
Update ( ) : void

Private Methods

Method Description
allowBeginPlayback ( ) : void
allowBeginRecording ( ) : void
allowEndRecording ( ) : void
allowPausePlayback ( ) : void
allowStopPlayback ( ) : void

Method Details

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

beginPlaybackKey public property

public KeyCode, beginPlaybackKey
return KeyCode,

beginRecordingKey public property

public KeyCode, beginRecordingKey
return KeyCode,

controlsGui public property

public GUIText controlsGui
return GUIText

endRecordingKey public property

public KeyCode, endRecordingKey
return KeyCode,

pausePlaybackKey public property

public KeyCode, pausePlaybackKey
return KeyCode,

recordingGui public property

public GUIText recordingGui
return GUIText

stopPlaybackKey public property

public KeyCode, stopPlaybackKey
return KeyCode,