C# Class HMRConfigurationManagerEditor

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

Private Properties

Свойство Type Description
applySelectedConfiguration void
deserializeHeadMountedRig LMHeadMountedRigConfiguration,
getCameraObjectForEye Camera
getImageRetreiverForEye LeapImageRetriever,
setBackgroundQuadEnabled void
setCameraClearFlags void
setCenterCameraEnabled void
setForward void
setGraphicsModels void
setLeftAndRightCamerasEnabled void
setLeftAndRightImageRetrieversEnabled void
setPosition void
setTimewarp void

Méthodes publiques

Méthode Description
OnInspectorGUI ( ) : void

Private Methods

Méthode Description
applySelectedConfiguration ( ) : void
deserializeHeadMountedRig ( UnityEditor.SerializedProperty headMountedRigProperty ) : LMHeadMountedRigConfiguration,
getCameraObjectForEye ( UnityEngine cameraNode ) : Camera
getImageRetreiverForEye ( UnityEngine eyeNode ) : LeapImageRetriever,
setBackgroundQuadEnabled ( bool enabled ) : void
setCameraClearFlags ( CameraClearFlags cameraClearFlags ) : void
setCenterCameraEnabled ( bool enabled ) : void
setForward ( float value ) : void
setGraphicsModels ( HandModel, leftHandGraphicsModel, HandModel, rightHandGraphicsModel ) : void
setLeftAndRightCamerasEnabled ( bool enabled ) : void
setLeftAndRightImageRetrieversEnabled ( bool enabled ) : void
setPosition ( float value ) : void
setTimewarp ( float value ) : void

Method Details

OnInspectorGUI() public méthode

public OnInspectorGUI ( ) : void
Résultat void