C# Class SmashBros.MySystem.ControllerViewManager

Inheritance: IDisposable
显示文件 Open project: Grutn/TDT4240-X2 Class Usage Examples

Public Properties

Property Type Description
camera Camera2D
content Microsoft.Xna.Framework.Content.ContentManager
debugView FarseerPhysics.DebugViewXNA
world FarseerPhysics.Dynamics.World

Public Methods

Method Description
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

Method Details

AddController() public method

public AddController ( Controller controller ) : void
controller Controller
return void

AddView() public method

public AddView ( IView view ) : void
view SmashBros.Views.IView
return void

ControllerViewManager() public method

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

Dispose() public method

public Dispose ( ) : void
return void

DisposeController() public method

public DisposeController ( Controller controller ) : void
controller Controller
return void

DisposeView() public method

public DisposeView ( IView view ) : void
view SmashBros.Views.IView
return void

Draw() public method

public Draw ( GameTime gameTime ) : void
gameTime GameTime
return void

RemoveController() public method

public RemoveController ( Controller controller ) : void
controller Controller
return void

RemoveView() public method

public RemoveView ( IView view ) : void
view SmashBros.Views.IView
return void

Update() public method

public Update ( GameTime gameTime ) : void
gameTime GameTime
return void

Property Details

camera public_oe property

public Camera2D camera
return Camera2D

content public_oe property

public ContentManager,Microsoft.Xna.Framework.Content content
return Microsoft.Xna.Framework.Content.ContentManager

debugView public_oe property

public DebugViewXNA,FarseerPhysics debugView
return FarseerPhysics.DebugViewXNA

world public_oe property

public World,FarseerPhysics.Dynamics world
return FarseerPhysics.Dynamics.World