프로퍼티 | 타입 | 설명 | |
---|---|---|---|
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 |