C# Class RenderingLibrary.SystemManagers

Afficher le fichier Open project: vchelaru/FlatRedBall Class Usage Examples

Méthodes publiques

Méthode Description
Activity ( double currentTime ) : void
CreateFromSingletons ( ) : SystemManagers
Draw ( ) : void
Draw ( IEnumerable layers ) : void
Draw ( Layer layer ) : void
Initialize ( Microsoft.Xna.Framework.Graphics.GraphicsDevice graphicsDevice ) : void
ToString ( ) : string
Update ( ) : void
UpdateDependencies ( ) : void

Method Details

Activity() public méthode

public Activity ( double currentTime ) : void
currentTime double
Résultat void

CreateFromSingletons() public static méthode

public static CreateFromSingletons ( ) : SystemManagers
Résultat SystemManagers

Draw() public méthode

public Draw ( ) : void
Résultat void

Draw() public méthode

public Draw ( IEnumerable layers ) : void
layers IEnumerable
Résultat void

Draw() public méthode

public Draw ( Layer layer ) : void
layer RenderingLibrary.Graphics.Layer
Résultat void

Initialize() public méthode

public Initialize ( Microsoft.Xna.Framework.Graphics.GraphicsDevice graphicsDevice ) : void
graphicsDevice Microsoft.Xna.Framework.Graphics.GraphicsDevice
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string

Update() public méthode

public Update ( ) : void
Résultat void

UpdateDependencies() public méthode

public UpdateDependencies ( ) : void
Résultat void