C# Class RenderingLibrary.SystemManagers

Show file Open project: vchelaru/FlatRedBall Class Usage Examples

Public Methods

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

public Activity ( double currentTime ) : void
currentTime double
return void

CreateFromSingletons() public static method

public static CreateFromSingletons ( ) : SystemManagers
return SystemManagers

Draw() public method

public Draw ( ) : void
return void

Draw() public method

public Draw ( IEnumerable layers ) : void
layers IEnumerable
return void

Draw() public method

public Draw ( Layer layer ) : void
layer RenderingLibrary.Graphics.Layer
return void

Initialize() public method

public Initialize ( Microsoft.Xna.Framework.Graphics.GraphicsDevice graphicsDevice ) : void
graphicsDevice Microsoft.Xna.Framework.Graphics.GraphicsDevice
return void

ToString() public method

public ToString ( ) : string
return string

Update() public method

public Update ( ) : void
return void

UpdateDependencies() public method

public UpdateDependencies ( ) : void
return void