C# Class CustomUnitGenerator

Inheritance: MonoBehaviour, IUnitGenerator
Mostra file 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