C# Class uFrameECSDemo.GamePlayModuleExtensions

Mostrar archivo Open project: InvertGames/uFrameECSDemo

Public Methods

Method Description
GameOverOnCollisionComponents ( this system ) : List
GameOverOnCollisionManager ( this system ) : uFrame.ECS.IEcsComponentManagerOf
MenuUIComponents ( this system ) : List
MenuUIManager ( this system ) : uFrame.ECS.IEcsComponentManagerOf
PlayGameButtonComponents ( this system ) : List
PlayGameButtonManager ( this system ) : uFrame.ECS.IEcsComponentManagerOf
PointsOnDestroyComponents ( this system ) : List
PointsOnDestroyManager ( this system ) : uFrame.ECS.IEcsComponentManagerOf
ScoreTextComponents ( this system ) : List
ScoreTextManager ( this system ) : uFrame.ECS.IEcsComponentManagerOf
SpawnAtIntervalComponents ( this system ) : List
SpawnAtIntervalManager ( this system ) : uFrame.ECS.IEcsComponentManagerOf
SpawnMultipleAtIntervalComponents ( this system ) : List
SpawnMultipleAtIntervalManager ( this system ) : uFrame.ECS.IEcsComponentManagerOf
WavesGameComponents ( this system ) : List
WavesGameManager ( this system ) : uFrame.ECS.IEcsComponentManagerOf

Method Details

GameOverOnCollisionComponents() public static method

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

GameOverOnCollisionManager() public static method

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

MenuUIComponents() public static method

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

MenuUIManager() public static method

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

PlayGameButtonComponents() public static method

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

PlayGameButtonManager() public static method

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

PointsOnDestroyComponents() public static method

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

PointsOnDestroyManager() public static method

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

ScoreTextComponents() public static method

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

ScoreTextManager() public static method

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

SpawnAtIntervalComponents() public static method

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

SpawnAtIntervalManager() public static method

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

SpawnMultipleAtIntervalComponents() public static method

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

SpawnMultipleAtIntervalManager() public static method

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

WavesGameComponents() public static method

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

WavesGameManager() public static method

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