C# Class UnityEditor.AvatarSubEditor

Inheritance: UnityEngine.ScriptableObject
Afficher le fichier Open project: CarlosHBC/UnityDecompiled

Protected Properties

Свойство Type Description
m_Inspector UnityEditor.AvatarEditor

Méthodes publiques

Méthode Description
ApplyAndImport ( ) : void
Disable ( ) : void
Enable ( UnityEditor.AvatarEditor inspector ) : void
OnDestroy ( ) : void
OnInspectorGUI ( ) : void
OnSceneGUI ( ) : void

Méthodes protégées

Méthode Description
Apply ( ) : void
ApplyRevertGUI ( ) : void
HasModified ( ) : bool
ResetValues ( ) : void

Private Methods

Méthode Description
DoWriteAllAssets ( ) : void

Method Details

Apply() protected méthode

protected Apply ( ) : void
Résultat void

ApplyAndImport() public méthode

public ApplyAndImport ( ) : void
Résultat void

ApplyRevertGUI() protected méthode

protected ApplyRevertGUI ( ) : void
Résultat void

Disable() public méthode

public Disable ( ) : void
Résultat void

Enable() public méthode

public Enable ( UnityEditor.AvatarEditor inspector ) : void
inspector UnityEditor.AvatarEditor
Résultat void

HasModified() protected méthode

protected HasModified ( ) : bool
Résultat bool

OnDestroy() public méthode

public OnDestroy ( ) : void
Résultat void

OnInspectorGUI() public méthode

public OnInspectorGUI ( ) : void
Résultat void

OnSceneGUI() public méthode

public OnSceneGUI ( ) : void
Résultat void

ResetValues() protected méthode

protected ResetValues ( ) : void
Résultat void

Property Details

m_Inspector protected_oe property

protected AvatarEditor,UnityEditor m_Inspector
Résultat UnityEditor.AvatarEditor