C# 클래스 RectangularSquareGridGenerator

상속: MonoBehaviour, ICellGridGenerator
파일 보기 프로젝트 열기: TheJP/GlobalGameJam2016 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
CellsParent Transform
Height int
SquarePrefab GameObject
Width int

공개 메소드들

메소드 설명
GenerateGrid ( ) : List
Start ( ) : void

메소드 상세

GenerateGrid() 공개 메소드

public GenerateGrid ( ) : List
리턴 List

Start() 공개 메소드

public Start ( ) : void
리턴 void

프로퍼티 상세

CellsParent 공개적으로 프로퍼티

public Transform CellsParent
리턴 Transform

Height 공개적으로 프로퍼티

public int Height
리턴 int

SquarePrefab 공개적으로 프로퍼티

public GameObject SquarePrefab
리턴 GameObject

Width 공개적으로 프로퍼티

public int Width
리턴 int