C# Class VIntakeScript, VirtualVEX

Controls the vertical roller intake
Inheritance: MonoBehaviour
Afficher le fichier Open project: jpwchang/VirtualVEX

Méthodes publiques

Свойство Type Description
loader Main_Dbot

Méthodes publiques

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

Method Details

OnTriggerExit() public méthode

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

OnTriggerStay() public méthode

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

Start() public méthode

public Start ( ) : void
Résultat void

Property Details

loader public_oe property

public Main_Dbot loader
Résultat Main_Dbot