C# 클래스 SunsetHigh.SoundModifierEntry

상속: MenuEntry
파일 보기 프로젝트 열기: ErraticUnicorn/MOSH 1 사용 예제들

공개 메소드들

메소드 설명
SoundModifierEntry ( string name, byte type ) : System
draw ( SpriteBatch sb, int x_offset, int y_offset, SpriteFont font, Color c ) : void
onPress ( ) : void

비공개 메소드들

메소드 설명
updateStatus ( ) : void

메소드 상세

SoundModifierEntry() 공개 메소드

public SoundModifierEntry ( string name, byte type ) : System
name string
type byte
리턴 System

draw() 공개 메소드

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
리턴 void

onPress() 공개 메소드

public onPress ( ) : void
리턴 void