C# Class U9Transition, swip3

Mostrar archivo Open project: unit9/swip3 Class Usage Examples

Protected Properties

Property Type Description
completeOnInterrupt bool
hasEnded bool

Public Methods

Method Description
Begin ( ) : void

Play this transition.

Pause ( ) : void

Pause this transition.

Resume ( ) : void

Resume this transition.

Stop ( ) : void

Stop this transition.

Protected Methods

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

Method Details

Begin() public method

Play this transition.
public Begin ( ) : void
return void

End() protected method

Complete this transition.
protected End ( ) : void
return void

Interrupt() protected method

Interrupt this transition.
protected Interrupt ( ) : void
return void

OnBegan() protected method

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

OnEnded() protected method

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

OnInterrupted() protected method

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

OnPaused() protected method

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

OnResumed() protected method

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

OnStopped() protected method

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

Pause() public method

Pause this transition.
public Pause ( ) : void
return void

Resume() public method

Resume this transition.
public Resume ( ) : void
return void

Stop() public method

Stop this transition.
public Stop ( ) : void
return void

U9Transition() protected method

protected U9Transition ( ) : UnityEngine
return UnityEngine

Property Details

completeOnInterrupt protected_oe property

protected bool completeOnInterrupt
return bool

hasEnded protected_oe property

protected bool hasEnded
return bool