C# Class BBGamelib.CCScaleTo

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

Protected Properties

Property Type Description
_deltaX float
_deltaY float
_endScaleX float
_endScaleY float
_scaleX float
_scaleY float
_startScaleX float
_startScaleY float

Public Methods

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

Protected Methods

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

Method Details

CCScaleTo() public method

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

CCScaleTo() public method

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

copyImpl() protected method

protected copyImpl ( ) : CCAction
return CCAction

initWithDuration() public method

public initWithDuration ( float t, float scale ) : void
t float
scale float
return void

initWithDuration() public method

public initWithDuration ( float t, float scaleX, float scaleY ) : void
t float
scaleX float
scaleY float
return void

reverseImpl() protected method

protected reverseImpl ( ) : CCAction
return CCAction

startWithTarget() public method

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

update() public method

public update ( float t ) : void
t float
return void

Property Details

_deltaX protected_oe property

protected float _deltaX
return float

_deltaY protected_oe property

protected float _deltaY
return float

_endScaleX protected_oe property

protected float _endScaleX
return float

_endScaleY protected_oe property

protected float _endScaleY
return float

_scaleX protected_oe property

protected float _scaleX
return float

_scaleY protected_oe property

protected float _scaleY
return float

_startScaleX protected_oe property

protected float _startScaleX
return float

_startScaleY protected_oe property

protected float _startScaleY
return float