C# Class TweenSequence, NGUIAdditions

Inheritance: MonoBehaviour
Mostrar archivo Open project: yeticrabgames/NGUIAdditions Class Usage Examples

Public Methods

Method Description
Begin ( GameObject, go, float duration ) : TweenSequence,

Protected Methods

Method Description
OnUpdate ( float factor, bool isFinished ) : void

Private Methods

Method Description
Awake ( ) : void
OnDisable ( ) : void
OnEnable ( ) : void
OnTweenFinished ( ) : void
Start ( ) : void
Update ( ) : void

Method Details

Begin() static public method

static public Begin ( GameObject, go, float duration ) : TweenSequence,
go GameObject,
duration float
return TweenSequence,

OnUpdate() protected method

protected OnUpdate ( float factor, bool isFinished ) : void
factor float
isFinished bool
return void