C# Class UnityEditorInternal.State

Inheritance: UnityEngine.Object
Show file Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Public Methods

Method Description
CreateBlendTree ( ) : BlendTree
CreateBlendTree ( AnimatorControllerLayer layer ) : BlendTree
GetMotion ( ) : Motion
GetMotion ( AnimatorControllerLayer layer ) : Motion

Method Details

CreateBlendTree() public method

public CreateBlendTree ( ) : BlendTree
return BlendTree

CreateBlendTree() public method

public CreateBlendTree ( AnimatorControllerLayer layer ) : BlendTree
layer AnimatorControllerLayer
return BlendTree

GetMotion() public method

public GetMotion ( ) : Motion
return UnityEngine.Motion

GetMotion() public method

public GetMotion ( AnimatorControllerLayer layer ) : Motion
layer AnimatorControllerLayer
return UnityEngine.Motion