C# 클래스 UnityEditorInternal.State

상속: UnityEngine.Object
파일 보기 프로젝트 열기: CarlosHBC/UnityDecompiled 1 사용 예제들

공개 메소드들

메소드 설명
CreateBlendTree ( ) : BlendTree
CreateBlendTree ( AnimatorControllerLayer layer ) : BlendTree
GetMotion ( ) : Motion
GetMotion ( AnimatorControllerLayer layer ) : Motion

메소드 상세

CreateBlendTree() 공개 메소드

public CreateBlendTree ( ) : BlendTree
리턴 BlendTree

CreateBlendTree() 공개 메소드

public CreateBlendTree ( AnimatorControllerLayer layer ) : BlendTree
layer AnimatorControllerLayer
리턴 BlendTree

GetMotion() 공개 메소드

public GetMotion ( ) : Motion
리턴 UnityEngine.Motion

GetMotion() 공개 메소드

public GetMotion ( AnimatorControllerLayer layer ) : Motion
layer AnimatorControllerLayer
리턴 UnityEngine.Motion