C# Class U9iTweenTransition, swip3

Inheritance: U9Transition
显示文件 Open project: unit9/swip3 Class Usage Examples

Public Methods

Method Description
Begin ( ) : void
Stop ( ) : void
ToString ( ) : string
TweenComplete ( ) : void
TweenInterrupted ( ) : void
U9iTweenTransition ( iTweenDelegate tweenDelegate, GameObject go, Hashtable args ) : UnityEngine

Method Details

Begin() public method

public Begin ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void

ToString() public method

public ToString ( ) : string
return string

TweenComplete() public method

public TweenComplete ( ) : void
return void

TweenInterrupted() public method

public TweenInterrupted ( ) : void
return void

U9iTweenTransition() public method

public U9iTweenTransition ( iTweenDelegate tweenDelegate, GameObject go, Hashtable args ) : UnityEngine
tweenDelegate iTweenDelegate
go GameObject
args Hashtable
return UnityEngine