C# 클래스 U9Transition, swip3

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

보호된 프로퍼티들

프로퍼티 타입 설명
completeOnInterrupt bool
hasEnded bool

공개 메소드들

메소드 설명
Begin ( ) : void

Play this transition.

Pause ( ) : void

Pause this transition.

Resume ( ) : void

Resume this transition.

Stop ( ) : void

Stop this transition.

보호된 메소드들

메소드 설명
End ( ) : void

Complete this transition.

Interrupt ( ) : void

Interrupt this transition.

OnBegan ( U9Transition, t ) : void

Raises the transition started event.

OnEnded ( U9Transition, t ) : void

Raises the transition completed event.

OnInterrupted ( U9Transition, t ) : void

Raises the transition interrupted event.

OnPaused ( U9Transition, t ) : void

Raises the transition paused event.

OnResumed ( U9Transition, t ) : void

Raises the transition resumed event.

OnStopped ( U9Transition, t ) : void

Raises the transition stopped event.

U9Transition ( ) : UnityEngine

메소드 상세

Begin() 공개 메소드

Play this transition.
public Begin ( ) : void
리턴 void

End() 보호된 메소드

Complete this transition.
protected End ( ) : void
리턴 void

Interrupt() 보호된 메소드

Interrupt this transition.
protected Interrupt ( ) : void
리턴 void

OnBegan() 보호된 메소드

Raises the transition started event.
protected OnBegan ( U9Transition, t ) : void
t U9Transition,
리턴 void

OnEnded() 보호된 메소드

Raises the transition completed event.
protected OnEnded ( U9Transition, t ) : void
t U9Transition,
리턴 void

OnInterrupted() 보호된 메소드

Raises the transition interrupted event.
protected OnInterrupted ( U9Transition, t ) : void
t U9Transition,
리턴 void

OnPaused() 보호된 메소드

Raises the transition paused event.
protected OnPaused ( U9Transition, t ) : void
t U9Transition,
리턴 void

OnResumed() 보호된 메소드

Raises the transition resumed event.
protected OnResumed ( U9Transition, t ) : void
t U9Transition,
리턴 void

OnStopped() 보호된 메소드

Raises the transition stopped event.
protected OnStopped ( U9Transition, t ) : void
t U9Transition,
리턴 void

Pause() 공개 메소드

Pause this transition.
public Pause ( ) : void
리턴 void

Resume() 공개 메소드

Resume this transition.
public Resume ( ) : void
리턴 void

Stop() 공개 메소드

Stop this transition.
public Stop ( ) : void
리턴 void

U9Transition() 보호된 메소드

protected U9Transition ( ) : UnityEngine
리턴 UnityEngine

프로퍼티 상세

completeOnInterrupt 보호되어 있는 프로퍼티

protected bool completeOnInterrupt
리턴 bool

hasEnded 보호되어 있는 프로퍼티

protected bool hasEnded
리턴 bool