C# Class GridSpawner, GridBirdsMechanic

Inheritance: MonoBehaviour
Exibir arquivo Open project: GameMakersUnion/GridBirdsMechanic Class Usage Examples

Public Properties

Property Type Description
cellWidth float
floor GameObject
numberOfCellsX int

Public Methods

Method Description
MakeLine ( Vector2 middle, bool horizontal ) : void
Start ( ) : void
Update ( ) : void

Method Details

MakeLine() public method

public MakeLine ( Vector2 middle, bool horizontal ) : void
middle Vector2
horizontal bool
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

cellWidth public_oe property

public float cellWidth
return float

floor public_oe property

public GameObject floor
return GameObject

numberOfCellsX public_oe property

public int numberOfCellsX
return int