Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
CustomUnitGenerator
C# Class CustomUnitGenerator
Inheritance:
MonoBehaviour
,
IUnitGenerator
Mostrar archivo
Open project: TheJP/GlobalGameJam2016
Class Usage Examples
Public Properties
Property
Type
Description
UnitsParent
Transform
Public Methods
Method
Description
SpawnUnits
(
List
cells
) :
List
Returns units that are already children of UnitsParent object.
Method Details
SpawnUnits()
public
method
Returns units that are already children of UnitsParent object.
public
SpawnUnits
(
List
cells
) :
List
cells
List
return
List
Property Details
UnitsParent
public_oe property
public
Transform
UnitsParent
return
Transform