C# 클래스 BB.MapFactory

파일 보기 프로젝트 열기: SNUGDC/snugdc-study-bouncy_ball 1 사용 예제들

공개 메소드들

메소드 설명
Instantiate ( BlockType type, Coor position ) : Block
InstantiateBall ( Coor position ) : Ball
InstantiateStar ( Coor position ) : Star

메소드 상세

Instantiate() 공개 정적인 메소드

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

InstantiateBall() 공개 정적인 메소드

public static InstantiateBall ( Coor position ) : Ball
position Coor
리턴 Ball

InstantiateStar() 공개 정적인 메소드

public static InstantiateStar ( Coor position ) : Star
position Coor
리턴 Star