C# Class UnityEditor.Graphs.ParameterControllerView

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

Protected Properties

Property Type Description
m_LastSelectedIndex int
m_ParameterList UnityEditorInternal.ReorderableList
m_RenameOverlay UnityEditor.RenameOverlay
m_ScrollPosition Vector2

Private Properties

Property Type Description
AddParameterMenu void
CreateElement Element
DeleteParameter void
DoParameterList void
KeyboardHandling void
OnAddParameter void
OnDrawBackgroundParameter void
OnDrawParameter void
OnMouseUpParameter void
OnRemoveParameter void
OnReorderParameter void
ResetTextFields void

Public Methods

Method Description
GrabKeyboardFocus ( ) : void
HasKeyboardControl ( ) : bool
Init ( IAnimatorControllerEditor host ) : void
OnDestroy ( ) : void
OnDisable ( ) : void
OnEnable ( ) : void
OnEvent ( ) : void
OnFocus ( ) : void
OnGUI ( Rect rect ) : void
OnLostFocus ( ) : void
OnToolbarGUI ( ) : void
ReleaseKeyboardFocus ( ) : void
ResetUI ( ) : void
UndoRedoPerformed ( ) : void

Protected Methods

Method Description
CreateParameterList ( ) : void
CreateSearchParameterList ( string newSearch, int searchMode ) : void
RebuildList ( ) : void
RenameEnd ( ) : void

Private Methods

Method Description
AddParameterMenu ( object value ) : void
CreateElement ( UnityEngine parameter ) : Element
DeleteParameter ( ) : void
DoParameterList ( ) : void
KeyboardHandling ( ) : void
OnAddParameter ( Rect buttonRect ) : void
OnDrawBackgroundParameter ( Rect rect, int index, bool selected, bool focused ) : void
OnDrawParameter ( Rect rect, int index, bool selected, bool focused ) : void
OnMouseUpParameter ( ReorderableList list ) : void
OnRemoveParameter ( int index ) : void
OnReorderParameter ( ReorderableList reorderablelist ) : void
ResetTextFields ( ) : void

Method Details

CreateParameterList() protected method

protected CreateParameterList ( ) : void
return void

CreateSearchParameterList() protected method

protected CreateSearchParameterList ( string newSearch, int searchMode ) : void
newSearch string
searchMode int
return void

GrabKeyboardFocus() public method

public GrabKeyboardFocus ( ) : void
return void

HasKeyboardControl() public method

public HasKeyboardControl ( ) : bool
return bool

Init() public method

public Init ( IAnimatorControllerEditor host ) : void
host IAnimatorControllerEditor
return void

OnDestroy() public method

public OnDestroy ( ) : void
return void

OnDisable() public method

public OnDisable ( ) : void
return void

OnEnable() public method

public OnEnable ( ) : void
return void

OnEvent() public method

public OnEvent ( ) : void
return void

OnFocus() public method

public OnFocus ( ) : void
return void

OnGUI() public method

public OnGUI ( Rect rect ) : void
rect UnityEngine.Rect
return void

OnLostFocus() public method

public OnLostFocus ( ) : void
return void

OnToolbarGUI() public method

public OnToolbarGUI ( ) : void
return void

RebuildList() protected method

protected RebuildList ( ) : void
return void

ReleaseKeyboardFocus() public method

public ReleaseKeyboardFocus ( ) : void
return void

RenameEnd() protected method

protected RenameEnd ( ) : void
return void

ResetUI() public method

public ResetUI ( ) : void
return void

UndoRedoPerformed() public method

public UndoRedoPerformed ( ) : void
return void

Property Details

m_LastSelectedIndex protected_oe property

protected int m_LastSelectedIndex
return int

m_ParameterList protected_oe property

protected ReorderableList,UnityEditorInternal m_ParameterList
return UnityEditorInternal.ReorderableList

m_RenameOverlay protected_oe property

protected RenameOverlay,UnityEditor m_RenameOverlay
return UnityEditor.RenameOverlay

m_ScrollPosition protected_oe property

protected Vector2 m_ScrollPosition
return Vector2