C# Class Mario, Final_Project_Main

Inheritance: MonoBehaviour
Afficher le fichier Open project: framadan/Final_Project_Main Class Usage Examples

Méthodes publiques

Свойство Type Description
counter float
hit1 bool
hit2 bool
hit3 bool
mario1 GameObject
mario2 GameObject
mario3 GameObject
mario4 GameObject
spawner GameObject

Méthodes publiques

Méthode Description
CounterCheck ( ) : void
LateUpdate ( ) : void
OnTriggerEnter ( Collider other ) : void

Method Details

CounterCheck() public méthode

public CounterCheck ( ) : void
Résultat void

LateUpdate() public méthode

public LateUpdate ( ) : void
Résultat void

OnTriggerEnter() public méthode

public OnTriggerEnter ( Collider other ) : void
other Collider
Résultat void

Property Details

counter public_oe property

public float counter
Résultat float

hit1 public_oe property

public bool hit1
Résultat bool

hit2 public_oe property

public bool hit2
Résultat bool

hit3 public_oe property

public bool hit3
Résultat bool

mario1 public_oe property

public GameObject mario1
Résultat GameObject

mario2 public_oe property

public GameObject mario2
Résultat GameObject

mario3 public_oe property

public GameObject mario3
Résultat GameObject

mario4 public_oe property

public GameObject mario4
Résultat GameObject

spawner public_oe property

public GameObject spawner
Résultat GameObject