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
AlphaAction
C# Class MonoGdx.Scene2D.Actions.AlphaAction
Sets the alpha for an actor's color (or a specified color), from the current alpha to the new alpha.
Note this action transitions from the alpha at the time the action starts to the specified alpha.
Inheritance:
TemporalAction
ファイルを表示
Open project: jaquadro/MonoGdx
Class Usage Examples
Public Methods
Method
Description
Reset
( ) :
void
Protected Methods
Method
Description
Begin
( ) :
void
Update
(
float
percent
) :
void
Method Details
Begin()
protected
method
protected
Begin
( ) :
void
return
void
Reset()
public
method
public
Reset
( ) :
void
return
void
Update()
protected
method
protected
Update
(
float
percent
) :
void
percent
float
return
void