C# Class MonoGdx.Scene2D.Actions.ScaleToAction

Sets the actor's scale from its current value to a specific value.
Inheritance: TemporalAction
ファイルを表示 Open project: jaquadro/MonoGdx Class Usage Examples

Public Methods

Method Description
SetScale ( float scale ) : void
SetScale ( float x, float y ) : void

Protected Methods

Method Description
Begin ( ) : void
Update ( float percent ) : void

Method Details

Begin() protected method

protected Begin ( ) : void
return void

SetScale() public method

public SetScale ( float scale ) : void
scale float
return void

SetScale() public method

public SetScale ( float x, float y ) : void
x float
y float
return void

Update() protected method

protected Update ( float percent ) : void
percent float
return void