C# Class BBGamelib.CCEaseElastic

Inheritance: CCActionEase
Datei anzeigen Open project: BigWoodGames/cocos2d-unity

Protected Properties

Property Type Description
_period float

Public Methods

Method Description
CCEaseElastic ( CCActionInterval action, float period = 0.3f ) : UnityEngine
initWithAction ( CCActionInterval action, float period = 0.3f ) : void

Protected Methods

Method Description
reverseImpl ( ) : CCAction

Method Details

CCEaseElastic() public method

public CCEaseElastic ( CCActionInterval action, float period = 0.3f ) : UnityEngine
action CCActionInterval
period float
return UnityEngine

initWithAction() public method

public initWithAction ( CCActionInterval action, float period = 0.3f ) : void
action CCActionInterval
period float
return void

reverseImpl() protected method

protected reverseImpl ( ) : CCAction
return CCAction

Property Details

_period protected_oe property

protected float _period
return float