C# Class CamRecorderInterface

Inheritance: MonoBehaviour
Mostrar archivo 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_oe property

public CamRecorder camRecorder
return CamRecorder

changeState public_oe property

public KeyCode, changeState
return KeyCode,

countdown public_oe property

public float countdown
return float

frameTimeStamp public_oe property

public Text frameTimeStamp
return Text

handController public_oe property

public HandController, handController
return HandController,

hideDuringRecording public_oe property

public List hideDuringRecording
return List

highResolution public_oe property

public bool highResolution
return bool

instructionText public_oe property

public Text instructionText
return Text

m_enableFrameTimeStamp public_oe property

public bool m_enableFrameTimeStamp
return bool

m_interfaceEnabled public_oe property

public bool m_interfaceEnabled
return bool

startScreen public_oe property

public Canvas startScreen
return Canvas

startSound public_oe property

public AudioSource,UnityEngine startSound
return UnityEngine.AudioSource

statusText public_oe property

public Text statusText
return Text

unlockStart public_oe property

public KeyCode, unlockStart
return KeyCode,

valueText public_oe property

public Text valueText
return Text