C# 클래스 Cascade.PanelManager

파일 보기 프로젝트 열기: RIT-Tool-Time/Cascade 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
NoteOffset int

공개 메소드들

메소드 설명
Add ( Color baseColor ) : MusicPanel
Add ( MusicPanel mp ) : MusicPanel
Draw ( GraphicsDevice GraphicsDevice, GraphicsDeviceManager graphics, SpriteBatch spriteBatch, RenderTarget2D defaultRenderTarget, int width, int height ) : void
PanelManager ( ) : Microsoft.Xna.Framework
Update ( ) : void
this ( int i ) : MusicPanel

메소드 상세

Add() 공개 메소드

public Add ( Color baseColor ) : MusicPanel
baseColor Color
리턴 MusicPanel

Add() 공개 메소드

public Add ( MusicPanel mp ) : MusicPanel
mp MusicPanel
리턴 MusicPanel

Draw() 공개 메소드

public Draw ( GraphicsDevice GraphicsDevice, GraphicsDeviceManager graphics, SpriteBatch spriteBatch, RenderTarget2D defaultRenderTarget, int width, int height ) : void
GraphicsDevice GraphicsDevice
graphics GraphicsDeviceManager
spriteBatch Microsoft.Xna.Framework.Graphics.SpriteBatch
defaultRenderTarget Microsoft.Xna.Framework.Graphics.RenderTarget2D
width int
height int
리턴 void

PanelManager() 공개 메소드

public PanelManager ( ) : Microsoft.Xna.Framework
리턴 Microsoft.Xna.Framework

Update() 공개 메소드

public Update ( ) : void
리턴 void

this() 공개 메소드

public this ( int i ) : MusicPanel
i int
리턴 MusicPanel

프로퍼티 상세

NoteOffset 공개적으로 프로퍼티

public int NoteOffset
리턴 int