C# Class BB.MapFactory

Datei anzeigen Open project: SNUGDC/snugdc-study-bouncy_ball Class Usage Examples

Public Methods

Method Description
Instantiate ( BlockType type, Coor position ) : Block
InstantiateBall ( Coor position ) : Ball
InstantiateStar ( Coor position ) : Star

Method Details

Instantiate() public static method

public static Instantiate ( BlockType type, Coor position ) : Block
type BlockType
position Coor
return Block

InstantiateBall() public static method

public static InstantiateBall ( Coor position ) : Ball
position Coor
return Ball

InstantiateStar() public static method

public static InstantiateStar ( Coor position ) : Star
position Coor
return Star