C# Class RoadMaker, unity-undulation

Inheritance: MonoBehaviour
Exibir arquivo Open project: keijiro/unity-undulation Class Usage Examples

Public Properties

Property Type Description
columnCount int
panelPrefab GameObject

Public Methods

Method Description
CreateRow ( float offset ) : void
Update ( ) : void

Method Details

CreateRow() public method

public CreateRow ( float offset ) : void
offset float
return void

Update() public method

public Update ( ) : void
return void

Property Details

columnCount public_oe property

public int columnCount
return int

panelPrefab public_oe property

public GameObject panelPrefab
return GameObject