C# Class BBGamelib.CCScaleBy

Inheritance: CCScaleTo
Datei anzeigen Open project: BigWoodGames/cocos2d-unity Class Usage Examples

Public Methods

Method Description
CCScaleBy ( float t, float scale ) : UnityEngine
CCScaleBy ( float t, float scaleX, float scaleY ) : UnityEngine
startWithTarget ( object aTarget ) : void

Protected Methods

Method Description
copyImpl ( ) : CCAction
reverseImpl ( ) : CCAction

Method Details

CCScaleBy() public method

public CCScaleBy ( float t, float scale ) : UnityEngine
t float
scale float
return UnityEngine

CCScaleBy() public method

public CCScaleBy ( float t, float scaleX, float scaleY ) : UnityEngine
t float
scaleX float
scaleY float
return UnityEngine

copyImpl() protected method

protected copyImpl ( ) : CCAction
return CCAction

reverseImpl() protected method

protected reverseImpl ( ) : CCAction
return CCAction

startWithTarget() public method

public startWithTarget ( object aTarget ) : void
aTarget object
return void