C# Class MonoGdx.Scene2D.Actions.ScaleByAction

Scales an actor's scale to a relative size.
Inheritance: RelativeTemporalAction
ファイルを表示 Open project: jaquadro/MonoGdx Class Usage Examples

Public Methods

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

Protected Methods

Method Description
UpdateRelative ( float percentDelta ) : void

Method Details

SetAmount() public method

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

SetAmount() public method

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

UpdateRelative() protected method

protected UpdateRelative ( float percentDelta ) : void
percentDelta float
return void