C# Class SunsetHigh.SoundModifierEntry

Inheritance: MenuEntry
Mostrar archivo Open project: ErraticUnicorn/MOSH Class Usage Examples

Public Methods

Method 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

Method Description
updateStatus ( ) : void

Method Details

SoundModifierEntry() public method

public SoundModifierEntry ( string name, byte type ) : System
name string
type byte
return System

draw() public method

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
return void

onPress() public method

public onPress ( ) : void
return void