UnitySensors
Loading...
Searching...
No Matches
UnitySensors.Editor.FisheyeCameraEditor Class Reference
Inheritance diagram for UnitySensors.Editor.FisheyeCameraEditor:
Collaboration diagram for UnitySensors.Editor.FisheyeCameraEditor:

Public Member Functions

override void OnInspectorGUI ()
 

Private Member Functions

void OnEnable ()
 

Private Attributes

SerializedProperty cameraModelProp
 
SerializedProperty alphaProp
 
SerializedProperty betaProp
 
SerializedProperty focalLengthProp
 
SerializedProperty principalPointProp
 
readonly string cameraModelLabel = nameof(FisheyeCameraSensor._cameraModel)
 
readonly string alphaLabel = nameof(FisheyeCameraSensor._alpha)
 
readonly string betaLabel = nameof(FisheyeCameraSensor._beta)
 
readonly string focalLengthLabel = nameof(FisheyeCameraSensor._focalLength)
 
readonly string principalPointLabel = nameof(FisheyeCameraSensor._principalPoint)
 
readonly string fovLabel = nameof(FisheyeCameraSensor._fov)
 
readonly string scriptLabel = "m_Script"
 

Member Function Documentation

◆ OnEnable()

void UnitySensors.Editor.FisheyeCameraEditor.OnEnable ( )
private

◆ OnInspectorGUI()

override void UnitySensors.Editor.FisheyeCameraEditor.OnInspectorGUI ( )

Member Data Documentation

◆ alphaLabel

readonly string UnitySensors.Editor.FisheyeCameraEditor.alphaLabel = nameof(FisheyeCameraSensor._alpha)
private

◆ alphaProp

SerializedProperty UnitySensors.Editor.FisheyeCameraEditor.alphaProp
private

◆ betaLabel

readonly string UnitySensors.Editor.FisheyeCameraEditor.betaLabel = nameof(FisheyeCameraSensor._beta)
private

◆ betaProp

SerializedProperty UnitySensors.Editor.FisheyeCameraEditor.betaProp
private

◆ cameraModelLabel

readonly string UnitySensors.Editor.FisheyeCameraEditor.cameraModelLabel = nameof(FisheyeCameraSensor._cameraModel)
private

◆ cameraModelProp

SerializedProperty UnitySensors.Editor.FisheyeCameraEditor.cameraModelProp
private

◆ focalLengthLabel

readonly string UnitySensors.Editor.FisheyeCameraEditor.focalLengthLabel = nameof(FisheyeCameraSensor._focalLength)
private

◆ focalLengthProp

SerializedProperty UnitySensors.Editor.FisheyeCameraEditor.focalLengthProp
private

◆ fovLabel

readonly string UnitySensors.Editor.FisheyeCameraEditor.fovLabel = nameof(FisheyeCameraSensor._fov)
private

◆ principalPointLabel

readonly string UnitySensors.Editor.FisheyeCameraEditor.principalPointLabel = nameof(FisheyeCameraSensor._principalPoint)
private

◆ principalPointProp

SerializedProperty UnitySensors.Editor.FisheyeCameraEditor.principalPointProp
private

◆ scriptLabel

readonly string UnitySensors.Editor.FisheyeCameraEditor.scriptLabel = "m_Script"
private

The documentation for this class was generated from the following file: