C# 클래스 UnityEngine.AnimatorStateInfo

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
IsName ( string name ) : bool

Does name match the name of the active state in the statemachine?

IsTag ( string tag ) : bool

Does tag match the tag of the active state in the statemachine.

메소드 상세

IsName() 공개 메소드

Does name match the name of the active state in the statemachine?

public IsName ( string name ) : bool
name string
리턴 bool

IsTag() 공개 메소드

Does tag match the tag of the active state in the statemachine.

public IsTag ( string tag ) : bool
tag string
리턴 bool