Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
BBGamelib
CCActionInstant
C# Class BBGamelib.CCActionInstant
Inheritance:
CCActionFiniteTime
Afficher le fichier
Open project: BigWoodGames/cocos2d-unity
Méthodes publiques
Méthode
Description
copy
( ) :
CCActionInstant
init
( ) :
void
isDone
( ) :
bool
reverse
( ) :
CCActionInstant
step
(
float
dt
) :
void
update
(
float
dt
) :
void
Méthodes protégées
Méthode
Description
reverseImpl
( ) :
CCAction
Method Details
copy()
public
méthode
public
copy
( ) :
CCActionInstant
Résultat
CCActionInstant
init()
public
méthode
public
init
( ) :
void
Résultat
void
isDone()
public
méthode
public
isDone
( ) :
bool
Résultat
bool
reverse()
public
méthode
public
reverse
( ) :
CCActionInstant
Résultat
CCActionInstant
reverseImpl()
protected
méthode
protected
reverseImpl
( ) :
CCAction
Résultat
CCAction
step()
public
méthode
public
step
(
float
dt
) :
void
dt
float
Résultat
void
update()
public
méthode
public
update
(
float
dt
) :
void
dt
float
Résultat
void