C# Class uFrameECSDemo.HazardsModuleExtensions

Mostra file Open project: InvertGames/uFrameECSDemo

Public Methods

Method 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 method

public static DestroyOnCollisionComponents ( this system ) : List
system this
return List

DestroyOnCollisionManager() public static method

public static DestroyOnCollisionManager ( this system ) : uFrame.ECS.IEcsComponentManagerOf
system this
return uFrame.ECS.IEcsComponentManagerOf

EnemyAIComponents() public static method

public static EnemyAIComponents ( this system ) : List
system this
return List

EnemyAIManager() public static method

public static EnemyAIManager ( this system ) : uFrame.ECS.IEcsComponentManagerOf
system this
return uFrame.ECS.IEcsComponentManagerOf

HazardComponents() public static method

public static HazardComponents ( this system ) : List
system this
return List

HazardManager() public static method

public static HazardManager ( this system ) : uFrame.ECS.IEcsComponentManagerOf
system this
return uFrame.ECS.IEcsComponentManagerOf

ProjectileComponents() public static method

public static ProjectileComponents ( this system ) : List
system this
return List

ProjectileManager() public static method

public static ProjectileManager ( this system ) : uFrame.ECS.IEcsComponentManagerOf
system this
return uFrame.ECS.IEcsComponentManagerOf

RandomRotationComponents() public static method

public static RandomRotationComponents ( this system ) : List
system this
return List

RandomRotationManager() public static method

public static RandomRotationManager ( this system ) : uFrame.ECS.IEcsComponentManagerOf
system this
return uFrame.ECS.IEcsComponentManagerOf

SpawnWithRandomXComponents() public static method

public static SpawnWithRandomXComponents ( this system ) : List
system this
return List

SpawnWithRandomXManager() public static method

public static SpawnWithRandomXManager ( this system ) : uFrame.ECS.IEcsComponentManagerOf
system this
return uFrame.ECS.IEcsComponentManagerOf