C# Class LivingPoint, HomeAlone

Inheritance: MonoBehaviour
Afficher le fichier Open project: SNUGDC/HomeAlone

Méthodes publiques

Свойство Type Description
Dust GameObject[]
QuestionBox GameObject[]
Value Text[]

Méthodes publiques

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

Private Methods

Méthode Description
SetDust ( int catchNumber, int i ) : void

Method Details

DustUpdate() public méthode

public DustUpdate ( ) : void
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

Dust public_oe property

public GameObject[] Dust
Résultat GameObject[]

QuestionBox public_oe property

public GameObject[] QuestionBox
Résultat GameObject[]

Value public_oe property

public Text[] Value
Résultat Text[]