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

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

Public Methods

Method Description
UiAlphaAnimation ( float durationSeconds, float startAlpha, float endAlpha ) : Microsoft.Xna.Framework

Protected Methods

Method Description
OnUpdate ( ) : void

Method Details

OnUpdate() protected method

protected OnUpdate ( ) : void
return void

UiAlphaAnimation() public method

public UiAlphaAnimation ( float durationSeconds, float startAlpha, float endAlpha ) : Microsoft.Xna.Framework
durationSeconds float
startAlpha float
endAlpha float
return Microsoft.Xna.Framework