C# Class SmashBros.MySystem.ControllerViewManager

Inheritance: IDisposable
Afficher le fichier Open project: Grutn/TDT4240-X2 Class Usage Examples

Méthodes publiques

Свойство Type Description
camera Camera2D
content Microsoft.Xna.Framework.Content.ContentManager
debugView FarseerPhysics.DebugViewXNA
world FarseerPhysics.Dynamics.World

Méthodes publiques

Méthode 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 méthode

public AddController ( Controller controller ) : void
controller Controller
Résultat void

AddView() public méthode

public AddView ( IView view ) : void
view SmashBros.Views.IView
Résultat void

ControllerViewManager() public méthode

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

Dispose() public méthode

public Dispose ( ) : void
Résultat void

DisposeController() public méthode

public DisposeController ( Controller controller ) : void
controller Controller
Résultat void

DisposeView() public méthode

public DisposeView ( IView view ) : void
view SmashBros.Views.IView
Résultat void

Draw() public méthode

public Draw ( GameTime gameTime ) : void
gameTime GameTime
Résultat void

RemoveController() public méthode

public RemoveController ( Controller controller ) : void
controller Controller
Résultat void

RemoveView() public méthode

public RemoveView ( IView view ) : void
view SmashBros.Views.IView
Résultat void

Update() public méthode

public Update ( GameTime gameTime ) : void
gameTime GameTime
Résultat void

Property Details

camera public_oe property

public Camera2D camera
Résultat Camera2D

content public_oe property

public ContentManager,Microsoft.Xna.Framework.Content content
Résultat Microsoft.Xna.Framework.Content.ContentManager

debugView public_oe property

public DebugViewXNA,FarseerPhysics debugView
Résultat FarseerPhysics.DebugViewXNA

world public_oe property

public World,FarseerPhysics.Dynamics world
Résultat FarseerPhysics.Dynamics.World