Property | Type | Description | |
---|---|---|---|
completeOnInterrupt | bool | ||
hasEnded | bool |
Method | Description | |
---|---|---|
Begin ( ) : void |
Play this transition.
|
|
Pause ( ) : void |
Pause this transition.
|
|
Resume ( ) : void |
Resume this transition.
|
|
Stop ( ) : void |
Stop this transition.
|
Method | Description | |
---|---|---|
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 |
protected OnInterrupted ( U9Transition, t ) : void | ||
t | U9Transition, | |
return | void |
protected OnPaused ( U9Transition, t ) : void | ||
t | U9Transition, | |
return | void |
protected OnResumed ( U9Transition, t ) : void | ||
t | U9Transition, | |
return | void |
protected OnStopped ( U9Transition, t ) : void | ||
t | U9Transition, | |
return | void |