C# Class MonoGdx.Scene2D.Actions.SizeToAction

Moves an actor from its current size to a specific size.
Inheritance: TemporalAction
ファイルを表示 Open project: jaquadro/MonoGdx Class Usage Examples

Public Methods

Method Description
SetSize ( float width, float height ) : void

Protected Methods

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

Method Details

Begin() protected method

protected Begin ( ) : void
return void

SetSize() public method

public SetSize ( float width, float height ) : void
width float
height float
return void

Update() protected method

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