C# Class BlisterUI.LogoScreen.LogoList

Inheritance: IDisposable
Afficher le fichier Open project: RegrowthStudios/VoxelRTS

Méthodes publiques

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

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

LogoList() public méthode

public LogoList ( ) : System
Résultat System

build() public méthode

public build ( GraphicsDevice g ) : void
g GraphicsDevice
Résultat void

draw() public méthode

public draw ( SpriteBatch batch ) : void
batch Microsoft.Xna.Framework.Graphics.SpriteBatch
Résultat void

reset() public méthode

public reset ( ) : void
Résultat void

update() public méthode

public update ( float elapsedTime ) : bool
elapsedTime float
Résultat bool