C# Class UnityEditor.Graphs.AnimationBlendTree.Node

Inheritance: UnityEditor.Graphs.Node
显示文件 Open project: CarlosHBC/UnityDecompiled

Public Properties

Property Type Description
children List
motion UnityEngine.Motion
weight float

Public Methods

Method Description
CreateParameters ( ) : void
UpdateAnimator ( ) : void

Protected Methods

Method Description
ControllerDirty ( ) : void

Private Methods

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

Method Details

ControllerDirty() protected method

protected ControllerDirty ( ) : void
return void

CreateParameters() public method

public CreateParameters ( ) : void
return void

UpdateAnimator() public method

public UpdateAnimator ( ) : void
return void

Property Details

children public_oe property

public List children
return List

motion public_oe property

public Motion,UnityEngine motion
return UnityEngine.Motion

weight public_oe property

public float weight
return float