C# Class CamRecorderInterface

Inheritance: MonoBehaviour
Show file Open project: leapmotion/ImageGrid

Public Properties

Property Type Description
camRecorder CamRecorder
changeState KeyCode,
countdown float
frameTimeStamp Text
handController HandController,
hideDuringRecording List
highResolution bool
instructionText Text
m_enableFrameTimeStamp bool
m_interfaceEnabled bool
startScreen Canvas
startSound UnityEngine.AudioSource
statusText Text
unlockStart KeyCode,
valueText Text

Public Methods

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

Private Methods

Method Description
GetStatus ( ) : string

Method Details

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

camRecorder public property

public CamRecorder camRecorder
return CamRecorder

changeState public property

public KeyCode, changeState
return KeyCode,

countdown public property

public float countdown
return float

frameTimeStamp public property

public Text frameTimeStamp
return Text

handController public property

public HandController, handController
return HandController,

hideDuringRecording public property

public List hideDuringRecording
return List

highResolution public property

public bool highResolution
return bool

instructionText public property

public Text instructionText
return Text

m_enableFrameTimeStamp public property

public bool m_enableFrameTimeStamp
return bool

m_interfaceEnabled public property

public bool m_interfaceEnabled
return bool

startScreen public property

public Canvas startScreen
return Canvas

startSound public property

public AudioSource,UnityEngine startSound
return UnityEngine.AudioSource

statusText public property

public Text statusText
return Text

unlockStart public property

public KeyCode, unlockStart
return KeyCode,

valueText public property

public Text valueText
return Text