C# Class uFrameECSDemo.WavesGameSystemBase

Inheritance: uFrame.ECS.EcsSystem
Afficher le fichier Open project: InvertGames/uFrameECSDemo

Méthodes publiques

Méthode Description
Setup ( ) : void

Méthodes protégées

Méthode Description
BeginIntervalSpawn ( SpawnAtInterval data, SpawnAtInterval group ) : void
BeginIntervalSpawnFilter ( SpawnAtInterval data ) : void
BeginMultipleIntervalSpawn ( SpawnMultipleAtInterval data, SpawnMultipleAtInterval group ) : void
BeginMultipleIntervalSpawnFilter ( SpawnMultipleAtInterval data ) : void
PointsOnDestroyComponentDestroyed ( PointsOnDestroy data, PointsOnDestroy group ) : void
PointsOnDestroyComponentDestroyedFilter ( PointsOnDestroy data ) : void
WavesGameCreated ( WavesGame data, WavesGame group ) : void
WavesGameCreatedFilter ( WavesGame data ) : void
WavesGameSystemGameOverFilter ( uFrameECSDemo data ) : 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

BeginIntervalSpawnFilter() protected méthode

protected BeginIntervalSpawnFilter ( SpawnAtInterval data ) : void
data SpawnAtInterval
Résultat void

BeginMultipleIntervalSpawn() protected méthode

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

BeginMultipleIntervalSpawnFilter() protected méthode

protected BeginMultipleIntervalSpawnFilter ( SpawnMultipleAtInterval data ) : void
data SpawnMultipleAtInterval
Résultat void

PointsOnDestroyComponentDestroyed() protected méthode

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

PointsOnDestroyComponentDestroyedFilter() protected méthode

protected PointsOnDestroyComponentDestroyedFilter ( PointsOnDestroy data ) : void
data PointsOnDestroy
Résultat void

Setup() public méthode

public Setup ( ) : void
Résultat void

WavesGameCreated() protected méthode

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

WavesGameCreatedFilter() protected méthode

protected WavesGameCreatedFilter ( WavesGame data ) : void
data WavesGame
Résultat void

WavesGameSystemGameOverFilter() protected méthode

protected WavesGameSystemGameOverFilter ( uFrameECSDemo data ) : void
data uFrameECSDemo
Résultat void

WavesGameSystemGameOverHandler() protected méthode

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