C# Class TUGoalScript, VirtualVEX

Script attached to individual goals (including floor zones) for TossUp scoring
Inheritance: MonoBehaviour
Afficher le fichier Open project: jpwchang/VirtualVEX

Méthodes publiques

Свойство Type Description
type int

Méthodes publiques

Méthode Description
OnTriggerEnter ( Collider other ) : void
OnTriggerExit ( Collider other ) : void
Start ( ) : void

Method Details

OnTriggerEnter() public méthode

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

OnTriggerExit() public méthode

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

Start() public méthode

public Start ( ) : void
Résultat void

Property Details

type public_oe property

public int type
Résultat int