C# 클래스 HexagonalHexGridGenerator

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

공개 프로퍼티들

프로퍼티 타입 설명
CellsParent Transform
HexagonPrefab GameObject
Radius int

공개 메소드들

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

메소드 상세

GenerateGrid() 공개 메소드

public GenerateGrid ( ) : List
리턴 List

Start() 공개 메소드

public Start ( ) : void
리턴 void

프로퍼티 상세

CellsParent 공개적으로 프로퍼티

public Transform CellsParent
리턴 Transform

HexagonPrefab 공개적으로 프로퍼티

public GameObject HexagonPrefab
리턴 GameObject

Radius 공개적으로 프로퍼티

public int Radius
리턴 int