C# Class GeradorBloco

Inheritance: MonoBehaviour
显示文件 Open project: ProgJogos/programacao-2sem2014

Public Properties

Property Type Description
nroBlocos int
prefabBloco GameObject

Public Methods

Method Description
Start ( ) : void

Method Details

Start() public method

public Start ( ) : void
return void

Property Details

nroBlocos public_oe property

public int nroBlocos
return int

prefabBloco public_oe property

public GameObject prefabBloco
return GameObject