C# 클래스 UnityEditor.VisualizationBlendTree

파일 보기 프로젝트 열기: CarlosHBC/UnityDecompiled 1 사용 예제들

공개 메소드들

메소드 설명
Destroy ( ) : void
Init ( BlendTree blendTree, Animator animator ) : void
Reset ( ) : void
Update ( ) : void

보호된 메소드들

메소드 설명
ControllerDirty ( ) : void

비공개 메소드들

메소드 설명
ClearStateMachine ( ) : void
CreateParameters ( ) : void
CreateStateMachine ( ) : void

메소드 상세

ControllerDirty() 보호된 메소드

protected ControllerDirty ( ) : void
리턴 void

Destroy() 공개 메소드

public Destroy ( ) : void
리턴 void

Init() 공개 메소드

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

Reset() 공개 메소드

public Reset ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void