C# Class MonoGdx.Scene2D.Actions.RotateByAction

Sets the actor's rotation from its current value to a relative value.
Inheritance: RelativeTemporalAction
Datei anzeigen Open project: jaquadro/MonoGdx Class Usage Examples

Protected Methods

Method Description
UpdateRelative ( float percentDelta ) : void

Method Details

UpdateRelative() protected method

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