C# Class UnityEditor.VisualizationBlendTree

Show file Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Public Methods

Method Description
Destroy ( ) : void
Init ( BlendTree blendTree, Animator animator ) : void
Reset ( ) : void
Update ( ) : void

Protected Methods

Method Description
ControllerDirty ( ) : void

Private Methods

Method Description
ClearStateMachine ( ) : void
CreateParameters ( ) : void
CreateStateMachine ( ) : void

Method Details

ControllerDirty() protected method

protected ControllerDirty ( ) : void
return void

Destroy() public method

public Destroy ( ) : void
return void

Init() public method

public Init ( BlendTree blendTree, Animator animator ) : void
blendTree UnityEditor.Animations.BlendTree
animator UnityEngine.Animator
return void

Reset() public method

public Reset ( ) : void
return void

Update() public method

public Update ( ) : void
return void