C# Class MonoGdx.Scene2D.Actions.RelativeTemporalAction

Base class for actions that transition over time using the percent complete since the last frame.
Inheritance: TemporalAction
ファイルを表示 Open project: jaquadro/MonoGdx

Protected Methods

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

Method Details

Begin() protected method

protected Begin ( ) : void
return void

Update() protected method

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

UpdateRelative() protected abstract method

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