C# Class MilkShakeFramework.Core.Scenes.SceneListener

Datei anzeigen Open project: lucas-jones/MilkShake-old Class Usage Examples

Public Properties

Property Type Description
Draw DrawEvent
LoadContent BasicEvent
PostDraw DrawEvent[]
PostSceneRender DrawEvent
PreDraw DrawEvent[]
PreSceneRender DrawEvent

Public Methods

Method Description
OnEntityAdded ( Entity entity ) : void
OnEntityRemoved ( Entity entity ) : void
OnLoad ( ) : void
OnPostDraw ( ) : void
OnPostSceneRender ( ) : void
OnPreDraw ( ) : void
OnPreSceneRender ( ) : void
OnUpdate ( GameTime gameTime ) : void
SceneListener ( ) : System

Private Methods

Method Description
onDraw ( ) : void

Method Details

OnEntityAdded() public method

public OnEntityAdded ( Entity entity ) : void
entity Entity
return void

OnEntityRemoved() public method

public OnEntityRemoved ( Entity entity ) : void
entity Entity
return void

OnLoad() public method

public OnLoad ( ) : void
return void

OnPostDraw() public method

public OnPostDraw ( ) : void
return void

OnPostSceneRender() public method

public OnPostSceneRender ( ) : void
return void

OnPreDraw() public method

public OnPreDraw ( ) : void
return void

OnPreSceneRender() public method

public OnPreSceneRender ( ) : void
return void

OnUpdate() public method

public OnUpdate ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
return void

SceneListener() public method

public SceneListener ( ) : System
return System

Property Details

Draw public_oe property

public DrawEvent Draw
return DrawEvent

LoadContent public_oe property

public BasicEvent LoadContent
return BasicEvent

PostDraw public_oe property

public DrawEvent[] PostDraw
return DrawEvent[]

PostSceneRender public_oe property

public DrawEvent PostSceneRender
return DrawEvent

PreDraw public_oe property

public DrawEvent[] PreDraw
return DrawEvent[]

PreSceneRender public_oe property

public DrawEvent PreSceneRender
return DrawEvent