C# Class UnityEditor.BlendTreeInspector

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

Public Methods

Method Description
AddButton ( Rect rect, ReorderableList list ) : void
ClickDragFloat ( Rect position, float value ) : float
ClickDragFloat ( Rect position, float value, bool alignRight ) : float

Private Methods

Method Description
AddBlendTreeCallback ( ) : void
AddChildAnimation ( ) : void
AddComputeMenuItems ( GenericMenu menu, string menuItemPrefix, ChildPropertyToCompute prop ) : void
AllMotions ( ) : bool
AutoCompute ( ) : void
BlendGraph ( Rect area ) : void
BlendGraph2D ( Rect area ) : void
CollectParameters ( AnimatorController controller ) : List
ComputeFromAngularSpeedDegrees ( object obj ) : void

Method Details

AddButton() public method

public AddButton ( Rect rect, ReorderableList list ) : void
rect UnityEngine.Rect
list UnityEditorInternal.ReorderableList
return void

ClickDragFloat() public method

public ClickDragFloat ( Rect position, float value ) : float
position UnityEngine.Rect
value float
return float

ClickDragFloat() public method

public ClickDragFloat ( Rect position, float value, bool alignRight ) : float
position UnityEngine.Rect
value float
alignRight bool
return float