C# Class SunsetHigh.SoundModifierEntry

Inheritance: MenuEntry
Afficher le fichier Open project: ErraticUnicorn/MOSH Class Usage Examples

Méthodes publiques

Méthode Description
SoundModifierEntry ( string name, byte type ) : System
draw ( SpriteBatch sb, int x_offset, int y_offset, SpriteFont font, Color c ) : void
onPress ( ) : void

Private Methods

Méthode Description
updateStatus ( ) : void

Method Details

SoundModifierEntry() public méthode

public SoundModifierEntry ( string name, byte type ) : System
name string
type byte
Résultat System

draw() public méthode

public draw ( SpriteBatch sb, int x_offset, int y_offset, SpriteFont font, Color c ) : void
sb Microsoft.Xna.Framework.Graphics.SpriteBatch
x_offset int
y_offset int
font Microsoft.Xna.Framework.Graphics.SpriteFont
c Color
Résultat void

onPress() public méthode

public onPress ( ) : void
Résultat void