C# 클래스 UnityEngine.AnimatorTransitionInfo

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

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

Does name match the name of the active Transition.

IsUserName ( string name ) : bool

Does userName match the name of the active Transition.

메소드 상세

IsName() 공개 메소드

Does name match the name of the active Transition.

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

IsUserName() 공개 메소드

Does userName match the name of the active Transition.

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