C# Class BlisterUI.LogoScreen.LogoList

Inheritance: IDisposable
Show file Open project: RegrowthStudios/VoxelRTS

Public Methods

Method Description
Dispose ( ) : void
LogoList ( ) : System
build ( GraphicsDevice g ) : void
draw ( SpriteBatch batch ) : void
reset ( ) : void
update ( float elapsedTime ) : bool

Method Details

Dispose() public method

public Dispose ( ) : void
return void

LogoList() public method

public LogoList ( ) : System
return System

build() public method

public build ( GraphicsDevice g ) : void
g GraphicsDevice
return void

draw() public method

public draw ( SpriteBatch batch ) : void
batch Microsoft.Xna.Framework.Graphics.SpriteBatch
return void

reset() public method

public reset ( ) : void
return void

update() public method

public update ( float elapsedTime ) : bool
elapsedTime float
return bool