C# Class RecordingControls

Inheritance: MonoBehaviour
Datei anzeigen 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_oe property

public KeyCode, beginPlaybackKey
return KeyCode,

beginRecordingKey public_oe property

public KeyCode, beginRecordingKey
return KeyCode,

controlsGui public_oe property

public GUIText controlsGui
return GUIText

endRecordingKey public_oe property

public KeyCode, endRecordingKey
return KeyCode,

pausePlaybackKey public_oe property

public KeyCode, pausePlaybackKey
return KeyCode,

recordingGui public_oe property

public GUIText recordingGui
return GUIText

stopPlaybackKey public_oe property

public KeyCode, stopPlaybackKey
return KeyCode,