Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
Practice20
C# Class Practice20, ITGM220_W15
Inheritance:
MonoBehaviour
Show file
Open project: SimianLogic/ITGM220_W15
Public Properties
Property
Type
Description
boxSprite
Sprite
gridHeight
int
gridWidth
int
Public Methods
Method
Description
Start
( ) :
void
Update
( ) :
void
Private Methods
Method
Description
getRandom
( ) :
bool
Method Details
Start()
public
method
public
Start
( ) :
void
return
void
Update()
public
method
public
Update
( ) :
void
return
void
Property Details
boxSprite
public property
public
Sprite
boxSprite
return
Sprite
gridHeight
public property
public
int
gridHeight
return
int
gridWidth
public property
public
int
gridWidth
return
int