C# Class Practice20, ITGM220_W15

Inheritance: MonoBehaviour
Afficher le fichier Open project: SimianLogic/ITGM220_W15

Méthodes publiques

Свойство Type Description
boxSprite Sprite
gridHeight int
gridWidth int

Méthodes publiques

Méthode Description
Start ( ) : void
Update ( ) : void

Private Methods

Méthode Description
getRandom ( ) : bool

Method Details

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

boxSprite public_oe property

public Sprite boxSprite
Résultat Sprite

gridHeight public_oe property

public int gridHeight
Résultat int

gridWidth public_oe property

public int gridWidth
Résultat int