C# Class SpaceShip.GameScene

Datei anzeigen Open project: pmyoung/Advanced-Game-Project Class Usage Examples

Public Methods

Method Description
getConfig ( ) : MatchConfig
getInstance ( ) : GameScene
getObjectsG ( ) : List
getObjectsNG ( ) : List

Private Methods

Method Description
GameScene ( MatchConfig config ) : System

Method Details

getConfig() public method

public getConfig ( ) : MatchConfig
return MatchConfig

getInstance() public static method

public static getInstance ( ) : GameScene
return GameScene

getObjectsG() public method

public getObjectsG ( ) : List
return List

getObjectsNG() public method

public getObjectsNG ( ) : List
return List