C# Class UnityEditor.LightProbeProxyVolumeEditor

Inheritance: Editor
Afficher le fichier Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Private Properties

Свойство Type Description
DoBoxEditing void
DoOriginEditing void
DoToolbar void
GetGlobalBounds UnityEngine.Bounds
IsLightProbeVolumeProxyEditMode bool
RenderBoxGizmo void
SetOptions void
UpdateShowOptions void

Méthodes publiques

Méthode Description
OnDisable ( ) : void
OnEnable ( ) : void
OnInspectorGUI ( ) : void
OnSceneGUI ( ) : void

Private Methods

Méthode 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 méthode

public OnDisable ( ) : void
Résultat void

OnEnable() public méthode

public OnEnable ( ) : void
Résultat void

OnInspectorGUI() public méthode

public OnInspectorGUI ( ) : void
Résultat void

OnSceneGUI() public méthode

public OnSceneGUI ( ) : void
Résultat void