C# Class UnityEditor.AvatarSubEditor

Inheritance: UnityEngine.ScriptableObject
显示文件 Open project: CarlosHBC/UnityDecompiled

Protected Properties

Property Type Description
m_Inspector UnityEditor.AvatarEditor

Public Methods

Method Description
ApplyAndImport ( ) : void
Disable ( ) : void
Enable ( UnityEditor.AvatarEditor inspector ) : void
OnDestroy ( ) : void
OnInspectorGUI ( ) : void
OnSceneGUI ( ) : void

Protected Methods

Method Description
Apply ( ) : void
ApplyRevertGUI ( ) : void
HasModified ( ) : bool
ResetValues ( ) : void

Private Methods

Method Description
DoWriteAllAssets ( ) : void

Method Details

Apply() protected method

protected Apply ( ) : void
return void

ApplyAndImport() public method

public ApplyAndImport ( ) : void
return void

ApplyRevertGUI() protected method

protected ApplyRevertGUI ( ) : void
return void

Disable() public method

public Disable ( ) : void
return void

Enable() public method

public Enable ( UnityEditor.AvatarEditor inspector ) : void
inspector UnityEditor.AvatarEditor
return void

HasModified() protected method

protected HasModified ( ) : bool
return bool

OnDestroy() public method

public OnDestroy ( ) : void
return void

OnInspectorGUI() public method

public OnInspectorGUI ( ) : void
return void

OnSceneGUI() public method

public OnSceneGUI ( ) : void
return void

ResetValues() protected method

protected ResetValues ( ) : void
return void

Property Details

m_Inspector protected_oe property

protected AvatarEditor,UnityEditor m_Inspector
return UnityEditor.AvatarEditor