C# Class UnityEditorInternal.State

Inheritance: UnityEngine.Object
Afficher le fichier Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Méthodes publiques

Méthode Description
CreateBlendTree ( ) : BlendTree
CreateBlendTree ( AnimatorControllerLayer layer ) : BlendTree
GetMotion ( ) : Motion
GetMotion ( AnimatorControllerLayer layer ) : Motion

Method Details

CreateBlendTree() public méthode

public CreateBlendTree ( ) : BlendTree
Résultat BlendTree

CreateBlendTree() public méthode

public CreateBlendTree ( AnimatorControllerLayer layer ) : BlendTree
layer AnimatorControllerLayer
Résultat BlendTree

GetMotion() public méthode

public GetMotion ( ) : Motion
Résultat UnityEngine.Motion

GetMotion() public méthode

public GetMotion ( AnimatorControllerLayer layer ) : Motion
layer AnimatorControllerLayer
Résultat UnityEngine.Motion