C# Class Game.TurretDemoGameWindow

Defines a game window for TurretDemo
Inheritance: ActionGameWindow
Mostra file Open project: DarrenHassan/GDM4242-GroupD

Public Methods

Method Description
OnBeforeWorldSave ( ) : void

Protected Methods

Method Description
OnAttach ( ) : void
OnDetach ( ) : void
OnRender ( ) : void

Private Methods

Method Description
CreateEnemy ( ) : bool
EnemyUnitDestroying ( Entity entity ) : void
EnemyUnitTick ( Entity entity ) : void
GamePlacard_Damage ( Dynamic entity, MapObject prejudicial, Vec3 pos, float damage ) : void
GameStart ( ) : void
GameStop ( bool complete ) : void
GetCreateEnemyTypeName ( ) : string
MainPlayerUnitSubscribeToDestroying ( ) : void
Map_Tick ( Entity entity ) : void
UpdateVictoryObjects ( bool visible ) : void

Method Details

OnAttach() protected method

protected OnAttach ( ) : void
return void

OnBeforeWorldSave() public method

public OnBeforeWorldSave ( ) : void
return void

OnDetach() protected method

protected OnDetach ( ) : void
return void

OnRender() protected method

protected OnRender ( ) : void
return void