C# Class uFrameECSDemo.WavesGameSystem

Inheritance: WavesGameSystemBase
Datei anzeigen Open project: InvertGames/uFrameECSDemo

Public Methods

Method Description
WavesGameSystem ( ) : System

Protected Methods

Method Description
BeginIntervalSpawn ( SpawnAtInterval data, SpawnAtInterval group ) : void
BeginMultipleIntervalSpawn ( SpawnMultipleAtInterval data, SpawnMultipleAtInterval group ) : void
PointsOnDestroyComponentDestroyed ( PointsOnDestroy data, PointsOnDestroy group ) : void
WavesGameCreated ( WavesGame data, WavesGame group ) : void
WavesGameSystemGameOverHandler ( uFrameECSDemo data, WavesGame group ) : void

Method Details

BeginIntervalSpawn() protected method

protected BeginIntervalSpawn ( SpawnAtInterval data, SpawnAtInterval group ) : void
data SpawnAtInterval
group SpawnAtInterval
return void

BeginMultipleIntervalSpawn() protected method

protected BeginMultipleIntervalSpawn ( SpawnMultipleAtInterval data, SpawnMultipleAtInterval group ) : void
data SpawnMultipleAtInterval
group SpawnMultipleAtInterval
return void

PointsOnDestroyComponentDestroyed() protected method

protected PointsOnDestroyComponentDestroyed ( PointsOnDestroy data, PointsOnDestroy group ) : void
data PointsOnDestroy
group PointsOnDestroy
return void

WavesGameCreated() protected method

protected WavesGameCreated ( WavesGame data, WavesGame group ) : void
data WavesGame
group WavesGame
return void

WavesGameSystem() public method

public WavesGameSystem ( ) : System
return System

WavesGameSystemGameOverHandler() protected method

protected WavesGameSystemGameOverHandler ( uFrameECSDemo data, WavesGame group ) : void
data uFrameECSDemo
group WavesGame
return void