Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
RectangularSquareGridGenerator
C# Class RectangularSquareGridGenerator
Inheritance:
MonoBehaviour
,
ICellGridGenerator
Mostra file
Open project: TheJP/GlobalGameJam2016
Class Usage Examples
Public Properties
Property
Type
Description
CellsParent
Transform
Height
int
SquarePrefab
GameObject
Width
int
Public Methods
Method
Description
GenerateGrid
( ) :
List
Start
( ) :
void
Method Details
GenerateGrid()
public
method
public
GenerateGrid
( ) :
List
return
List
Start()
public
method
public
Start
( ) :
void
return
void
Property Details
CellsParent
public_oe property
public
Transform
CellsParent
return
Transform
Height
public_oe property
public
int
Height
return
int
SquarePrefab
public_oe property
public
GameObject
SquarePrefab
return
GameObject
Width
public_oe property
public
int
Width
return
int