C# Class GridSpawner, GridBirdsMechanic

Inheritance: MonoBehaviour
Afficher le fichier Open project: GameMakersUnion/GridBirdsMechanic Class Usage Examples

Méthodes publiques

Свойство Type Description
cellWidth float
floor GameObject
numberOfCellsX int

Méthodes publiques

Méthode Description
MakeLine ( Vector2 middle, bool horizontal ) : void
Start ( ) : void
Update ( ) : void

Method Details

MakeLine() public méthode

public MakeLine ( Vector2 middle, bool horizontal ) : void
middle Vector2
horizontal bool
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

cellWidth public_oe property

public float cellWidth
Résultat float

floor public_oe property

public GameObject floor
Résultat GameObject

numberOfCellsX public_oe property

public int numberOfCellsX
Résultat int