Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
BBGamelib
CCEaseSineOut
C# Class BBGamelib.CCEaseSineOut
Inheritance:
CCActionEase
ファイルを表示
Open project: BigWoodGames/cocos2d-unity
Class Usage Examples
Public Methods
Method
Description
CCEaseSineOut
(
CCActionInterval
action
) :
UnityEngine
update
(
float
t
) :
void
Protected Methods
Method
Description
copyImpl
( ) :
CCAction
reverseImpl
( ) :
CCAction
Method Details
CCEaseSineOut()
public
method
public
CCEaseSineOut
(
CCActionInterval
action
) :
UnityEngine
action
CCActionInterval
return
UnityEngine
copyImpl()
protected
method
protected
copyImpl
( ) :
CCAction
return
CCAction
reverseImpl()
protected
method
protected
reverseImpl
( ) :
CCAction
return
CCAction
update()
public
method
public
update
(
float
t
) :
void
t
float
return
void