C# Class BBGamelib.CCEaseElastic

Inheritance: CCActionEase
Afficher le fichier Open project: BigWoodGames/cocos2d-unity

Protected Properties

Свойство Type Description
_period float

Méthodes publiques

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

Méthodes protégées

Méthode Description
reverseImpl ( ) : CCAction

Method Details

CCEaseElastic() public méthode

public CCEaseElastic ( CCActionInterval action, float period = 0.3f ) : UnityEngine
action CCActionInterval
period float
Résultat UnityEngine

initWithAction() public méthode

public initWithAction ( CCActionInterval action, float period = 0.3f ) : void
action CCActionInterval
period float
Résultat void

reverseImpl() protected méthode

protected reverseImpl ( ) : CCAction
Résultat CCAction

Property Details

_period protected_oe property

protected float _period
Résultat float