C# Class uFrameECSDemo.WavesGameSystem

Inheritance: WavesGameSystemBase
Afficher le fichier Open project: InvertGames/uFrameECSDemo

Méthodes publiques

Méthode Description
WavesGameSystem ( ) : System

Méthodes protégées

Méthode 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 méthode

protected BeginIntervalSpawn ( SpawnAtInterval data, SpawnAtInterval group ) : void
data SpawnAtInterval
group SpawnAtInterval
Résultat void

BeginMultipleIntervalSpawn() protected méthode

protected BeginMultipleIntervalSpawn ( SpawnMultipleAtInterval data, SpawnMultipleAtInterval group ) : void
data SpawnMultipleAtInterval
group SpawnMultipleAtInterval
Résultat void

PointsOnDestroyComponentDestroyed() protected méthode

protected PointsOnDestroyComponentDestroyed ( PointsOnDestroy data, PointsOnDestroy group ) : void
data PointsOnDestroy
group PointsOnDestroy
Résultat void

WavesGameCreated() protected méthode

protected WavesGameCreated ( WavesGame data, WavesGame group ) : void
data WavesGame
group WavesGame
Résultat void

WavesGameSystem() public méthode

public WavesGameSystem ( ) : System
Résultat System

WavesGameSystemGameOverHandler() protected méthode

protected WavesGameSystemGameOverHandler ( uFrameECSDemo data, WavesGame group ) : void
data uFrameECSDemo
group WavesGame
Résultat void