C# Class EntityDescriptors.EnemySpawner.EnemySpawnerEntityDescriptor

Inheritance: EntityDescriptor
Afficher le fichier Open project: sebas77/Svelto-ECS-Example

Méthodes publiques

Méthode Description
BuildNodes ( int ID, Action removeAction ) : FasterList
EnemySpawnerEntityDescriptor ( IEnemySpawnerComponent componentsImplementor ) : System

Method Details

BuildNodes() public méthode

public BuildNodes ( int ID, Action removeAction ) : FasterList
ID int
removeAction Action
Résultat FasterList

EnemySpawnerEntityDescriptor() public méthode

public EnemySpawnerEntityDescriptor ( IEnemySpawnerComponent componentsImplementor ) : System
componentsImplementor IEnemySpawnerComponent
Résultat System