C# Class Pokemon3D.Rendering.UI.Animations.UiOffsetAnimation

Inheritance: UiAnimation
ファイルを表示 Open project: nilllzz/Pokemon3D

Public Methods

Method Description
UiOffsetAnimation ( float durationSeconds, Vector2 offsetStart, Vector2 offsetEnd ) : Microsoft.Xna.Framework

Protected Methods

Method Description
OnUpdate ( ) : void

Method Details

OnUpdate() protected method

protected OnUpdate ( ) : void
return void

UiOffsetAnimation() public method

public UiOffsetAnimation ( float durationSeconds, Vector2 offsetStart, Vector2 offsetEnd ) : Microsoft.Xna.Framework
durationSeconds float
offsetStart Microsoft.Xna.Framework.Vector2
offsetEnd Microsoft.Xna.Framework.Vector2
return Microsoft.Xna.Framework