C# Class CamRecorderInterface

Inheritance: MonoBehaviour
Afficher le fichier Open project: leapmotion/ImageGrid

Méthodes publiques

Свойство 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

Méthodes publiques

Méthode Description
Start ( ) : void
Update ( ) : void

Private Methods

Méthode Description
GetStatus ( ) : string

Method Details

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

camRecorder public_oe property

public CamRecorder camRecorder
Résultat CamRecorder

changeState public_oe property

public KeyCode, changeState
Résultat KeyCode,

countdown public_oe property

public float countdown
Résultat float

frameTimeStamp public_oe property

public Text frameTimeStamp
Résultat Text

handController public_oe property

public HandController, handController
Résultat HandController,

hideDuringRecording public_oe property

public List hideDuringRecording
Résultat List

highResolution public_oe property

public bool highResolution
Résultat bool

instructionText public_oe property

public Text instructionText
Résultat Text

m_enableFrameTimeStamp public_oe property

public bool m_enableFrameTimeStamp
Résultat bool

m_interfaceEnabled public_oe property

public bool m_interfaceEnabled
Résultat bool

startScreen public_oe property

public Canvas startScreen
Résultat Canvas

startSound public_oe property

public AudioSource,UnityEngine startSound
Résultat UnityEngine.AudioSource

statusText public_oe property

public Text statusText
Résultat Text

unlockStart public_oe property

public KeyCode, unlockStart
Résultat KeyCode,

valueText public_oe property

public Text valueText
Résultat Text