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
MonoGdx
Scene2D
Actions
DelegateAction
C# Class MonoGdx.Scene2D.Actions.DelegateAction
Base class for an action that wraps another action.
Inheritance:
SceneAction
ファイルを表示
Open project: jaquadro/MonoGdx
Public Methods
Method
Description
Act
(
float
delta
) :
bool
Reset
( ) :
void
Restart
( ) :
void
ToString
( ) :
string
Protected Methods
Method
Description
Delegate
(
float
delta
) :
bool
Method Details
Act()
public
method
public
Act
(
float
delta
) :
bool
delta
float
return
bool
Delegate()
protected
abstract
method
protected
abstract
Delegate
(
float
delta
) :
bool
delta
float
return
bool
Reset()
public
method
public
Reset
( ) :
void
return
void
Restart()
public
method
public
Restart
( ) :
void
return
void
ToString()
public
method
public
ToString
( ) :
string
return
string