C# 클래스 SmashBros.MySystem.ControllerViewManager

상속: IDisposable
파일 보기 프로젝트 열기: Grutn/TDT4240-X2 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
camera Camera2D
content Microsoft.Xna.Framework.Content.ContentManager
debugView FarseerPhysics.DebugViewXNA
world FarseerPhysics.Dynamics.World

공개 메소드들

메소드 설명
AddController ( Controller controller ) : void
AddView ( IView view ) : void
ControllerViewManager ( GraphicsDevice graphicsDevice, Microsoft.Xna.Framework.Content.ContentManager content ) : System
Dispose ( ) : void
DisposeController ( Controller controller ) : void
DisposeView ( IView view ) : void
Draw ( GameTime gameTime ) : void
RemoveController ( Controller controller ) : void
RemoveView ( IView view ) : void
Update ( GameTime gameTime ) : void

메소드 상세

AddController() 공개 메소드

public AddController ( Controller controller ) : void
controller Controller
리턴 void

AddView() 공개 메소드

public AddView ( IView view ) : void
view SmashBros.Views.IView
리턴 void

ControllerViewManager() 공개 메소드

public ControllerViewManager ( GraphicsDevice graphicsDevice, Microsoft.Xna.Framework.Content.ContentManager content ) : System
graphicsDevice GraphicsDevice
content Microsoft.Xna.Framework.Content.ContentManager
리턴 System

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

DisposeController() 공개 메소드

public DisposeController ( Controller controller ) : void
controller Controller
리턴 void

DisposeView() 공개 메소드

public DisposeView ( IView view ) : void
view SmashBros.Views.IView
리턴 void

Draw() 공개 메소드

public Draw ( GameTime gameTime ) : void
gameTime GameTime
리턴 void

RemoveController() 공개 메소드

public RemoveController ( Controller controller ) : void
controller Controller
리턴 void

RemoveView() 공개 메소드

public RemoveView ( IView view ) : void
view SmashBros.Views.IView
리턴 void

Update() 공개 메소드

public Update ( GameTime gameTime ) : void
gameTime GameTime
리턴 void

프로퍼티 상세

camera 공개적으로 프로퍼티

public Camera2D camera
리턴 Camera2D

content 공개적으로 프로퍼티

public ContentManager,Microsoft.Xna.Framework.Content content
리턴 Microsoft.Xna.Framework.Content.ContentManager

debugView 공개적으로 프로퍼티

public DebugViewXNA,FarseerPhysics debugView
리턴 FarseerPhysics.DebugViewXNA

world 공개적으로 프로퍼티

public World,FarseerPhysics.Dynamics world
리턴 FarseerPhysics.Dynamics.World