C# Class NanoTween, NanoGUI

Inheritance: EventDispatcher
Afficher le fichier Open project: hxflyer/NanoGUI Class Usage Examples

Méthodes publiques

Свойство Type Description
ON_COMPLETE string
ON_COMPLETE_PARAMS string
ON_START string
ON_START_PARAMS string
ON_UPDATE string
ON_UPDATE_PARAMS string

Méthodes publiques

Méthode 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

Méthode Description
AddTween ( NanoTween, tween ) : void
RemoveDelayCall ( NanoDelayCall, delaycall ) : void
RemoveTween ( NanoTween, tween ) : void
updateTween ( ) : void

Method Details

NanoTween() public méthode

public NanoTween ( object target, float time ) : System.Collections
target object
time float
Résultat System.Collections

Pack() public static méthode

public static Pack ( ) : object[]
Résultat object[]

delayCall() public static méthode

public static delayCall ( float time, object target, CallBack, delayCallBack ) : NanoDelayCall,
time float
target object
delayCallBack CallBack,
Résultat NanoDelayCall,

delayCall() public static méthode

public static delayCall ( float time, object target, CallBack, delayCallBack, object args ) : NanoDelayCall,
time float
target object
delayCallBack CallBack,
args object
Résultat NanoDelayCall,

removeDelayCallOf() public static méthode

public static removeDelayCallOf ( object target ) : void
target object
Résultat void

removeTweenOf() public static méthode

public static removeTweenOf ( object target ) : void
target object
Résultat void

to() public static méthode

public static to ( object target, float time ) : NanoTween,
target object
time float
Résultat NanoTween,

update() public static méthode

public static update ( ) : void
Résultat void

Property Details

ON_COMPLETE public_oe static_oe property

public static string ON_COMPLETE
Résultat string

ON_COMPLETE_PARAMS public_oe static_oe property

public static string ON_COMPLETE_PARAMS
Résultat string

ON_START public_oe static_oe property

public static string ON_START
Résultat string

ON_START_PARAMS public_oe static_oe property

public static string ON_START_PARAMS
Résultat string

ON_UPDATE public_oe static_oe property

public static string ON_UPDATE
Résultat string

ON_UPDATE_PARAMS public_oe static_oe property

public static string ON_UPDATE_PARAMS
Résultat string