C# Class uFrameECSDemo.HazardsModuleExtensions

Afficher le fichier Open project: InvertGames/uFrameECSDemo

Méthodes publiques

Méthode Description
DestroyOnCollisionComponents ( this system ) : List
DestroyOnCollisionManager ( this system ) : uFrame.ECS.IEcsComponentManagerOf
EnemyAIComponents ( this system ) : List
EnemyAIManager ( this system ) : uFrame.ECS.IEcsComponentManagerOf
HazardComponents ( this system ) : List
HazardManager ( this system ) : uFrame.ECS.IEcsComponentManagerOf
ProjectileComponents ( this system ) : List
ProjectileManager ( this system ) : uFrame.ECS.IEcsComponentManagerOf
RandomRotationComponents ( this system ) : List
RandomRotationManager ( this system ) : uFrame.ECS.IEcsComponentManagerOf
SpawnWithRandomXComponents ( this system ) : List
SpawnWithRandomXManager ( this system ) : uFrame.ECS.IEcsComponentManagerOf

Method Details

DestroyOnCollisionComponents() public static méthode

public static DestroyOnCollisionComponents ( this system ) : List
system this
Résultat List

DestroyOnCollisionManager() public static méthode

public static DestroyOnCollisionManager ( this system ) : uFrame.ECS.IEcsComponentManagerOf
system this
Résultat uFrame.ECS.IEcsComponentManagerOf

EnemyAIComponents() public static méthode

public static EnemyAIComponents ( this system ) : List
system this
Résultat List

EnemyAIManager() public static méthode

public static EnemyAIManager ( this system ) : uFrame.ECS.IEcsComponentManagerOf
system this
Résultat uFrame.ECS.IEcsComponentManagerOf

HazardComponents() public static méthode

public static HazardComponents ( this system ) : List
system this
Résultat List

HazardManager() public static méthode

public static HazardManager ( this system ) : uFrame.ECS.IEcsComponentManagerOf
system this
Résultat uFrame.ECS.IEcsComponentManagerOf

ProjectileComponents() public static méthode

public static ProjectileComponents ( this system ) : List
system this
Résultat List

ProjectileManager() public static méthode

public static ProjectileManager ( this system ) : uFrame.ECS.IEcsComponentManagerOf
system this
Résultat uFrame.ECS.IEcsComponentManagerOf

RandomRotationComponents() public static méthode

public static RandomRotationComponents ( this system ) : List
system this
Résultat List

RandomRotationManager() public static méthode

public static RandomRotationManager ( this system ) : uFrame.ECS.IEcsComponentManagerOf
system this
Résultat uFrame.ECS.IEcsComponentManagerOf

SpawnWithRandomXComponents() public static méthode

public static SpawnWithRandomXComponents ( this system ) : List
system this
Résultat List

SpawnWithRandomXManager() public static méthode

public static SpawnWithRandomXManager ( this system ) : uFrame.ECS.IEcsComponentManagerOf
system this
Résultat uFrame.ECS.IEcsComponentManagerOf