C# Class NanoTween, NanoGUI

Inheritance: EventDispatcher
Show file Open project: hxflyer/NanoGUI Class Usage Examples

Public Properties

Property Type Description
ON_COMPLETE string
ON_COMPLETE_PARAMS string
ON_START string
ON_START_PARAMS string
ON_UPDATE string
ON_UPDATE_PARAMS string

Public Methods

Method Description
NanoTween ( object target, float time ) : System.Collections
Pack ( ) : object[]
delayCall ( float time, object target, CallBack, delayCallBack ) : NanoDelayCall,
delayCall ( float time, object target, CallBack, delayCallBack, object args ) : NanoDelayCall,
removeDelayCallOf ( object target ) : void
removeTweenOf ( object target ) : void
to ( object target, float time ) : NanoTween,
update ( ) : void

Private Methods

Method Description
AddTween ( NanoTween, tween ) : void
RemoveDelayCall ( NanoDelayCall, delaycall ) : void
RemoveTween ( NanoTween, tween ) : void
updateTween ( ) : void

Method Details

NanoTween() public method

public NanoTween ( object target, float time ) : System.Collections
target object
time float
return System.Collections

Pack() public static method

public static Pack ( ) : object[]
return object[]

delayCall() public static method

public static delayCall ( float time, object target, CallBack, delayCallBack ) : NanoDelayCall,
time float
target object
delayCallBack CallBack,
return NanoDelayCall,

delayCall() public static method

public static delayCall ( float time, object target, CallBack, delayCallBack, object args ) : NanoDelayCall,
time float
target object
delayCallBack CallBack,
args object
return NanoDelayCall,

removeDelayCallOf() public static method

public static removeDelayCallOf ( object target ) : void
target object
return void

removeTweenOf() public static method

public static removeTweenOf ( object target ) : void
target object
return void

to() public static method

public static to ( object target, float time ) : NanoTween,
target object
time float
return NanoTween,

update() public static method

public static update ( ) : void
return void

Property Details

ON_COMPLETE public static property

public static string ON_COMPLETE
return string

ON_COMPLETE_PARAMS public static property

public static string ON_COMPLETE_PARAMS
return string

ON_START public static property

public static string ON_START
return string

ON_START_PARAMS public static property

public static string ON_START_PARAMS
return string

ON_UPDATE public static property

public static string ON_UPDATE
return string

ON_UPDATE_PARAMS public static property

public static string ON_UPDATE_PARAMS
return string