C# Class UnityEditor.LightProbeProxyVolumeEditor

Inheritance: Editor
显示文件 Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Private Properties

Property Type Description
DoBoxEditing void
DoOriginEditing void
DoToolbar void
GetGlobalBounds UnityEngine.Bounds
IsLightProbeVolumeProxyEditMode bool
RenderBoxGizmo void
SetOptions void
UpdateShowOptions void

Public Methods

Method Description
OnDisable ( ) : void
OnEnable ( ) : void
OnInspectorGUI ( ) : void
OnSceneGUI ( ) : void

Private Methods

Method Description
DoBoxEditing ( ) : void
DoOriginEditing ( ) : void
DoToolbar ( ) : void
GetGlobalBounds ( ) : Bounds
IsLightProbeVolumeProxyEditMode ( EditMode editMode ) : bool
RenderBoxGizmo ( LightProbeProxyVolume probeProxyVolume, GizmoType gizmoType ) : void
SetOptions ( AnimBool animBool, bool initialize, bool targetValue ) : void
UpdateShowOptions ( bool initialize ) : void

Method Details

OnDisable() public method

public OnDisable ( ) : void
return void

OnEnable() public method

public OnEnable ( ) : void
return void

OnInspectorGUI() public method

public OnInspectorGUI ( ) : void
return void

OnSceneGUI() public method

public OnSceneGUI ( ) : void
return void