C# Class BBGamelib.CCActionInterval

Inheritance: CCActionFiniteTime
Afficher le fichier Open project: BigWoodGames/cocos2d-unity Class Usage Examples

Protected Properties

Свойство Type Description
_elapsed float
_firstTick bool

Méthodes publiques

Méthode Description
CCActionInterval ( ) : UnityEngine
CCActionInterval ( float d ) : UnityEngine
copy ( ) : CCActionInterval
initWithDuration ( float d ) : void
isDone ( ) : bool
reverse ( ) : CCActionInterval
startWithTarget ( object aTarget ) : void
step ( float dt ) : void

Method Details

CCActionInterval() public méthode

public CCActionInterval ( ) : UnityEngine
Résultat UnityEngine

CCActionInterval() public méthode

public CCActionInterval ( float d ) : UnityEngine
d float
Résultat UnityEngine

copy() public méthode

public copy ( ) : CCActionInterval
Résultat CCActionInterval

initWithDuration() public méthode

public initWithDuration ( float d ) : void
d float
Résultat void

isDone() public méthode

public isDone ( ) : bool
Résultat bool

reverse() public méthode

public reverse ( ) : CCActionInterval
Résultat CCActionInterval

startWithTarget() public méthode

public startWithTarget ( object aTarget ) : void
aTarget object
Résultat void

step() public méthode

public step ( float dt ) : void
dt float
Résultat void

Property Details

_elapsed protected_oe property

protected float _elapsed
Résultat float

_firstTick protected_oe property

protected bool _firstTick
Résultat bool