C# Class NZIntakeScript, VirtualVEX

Controls the horizontal roller intake
Inheritance: MonoBehaviour
Show file Open project: jpwchang/VirtualVEX

Public Properties

Property Type Description
loader Main_NZBot

Public Methods

Method Description
OnTriggerEnter ( Collider other ) : void
OnTriggerStay ( Collider other ) : void
Start ( ) : void

Method Details

OnTriggerEnter() public method

public OnTriggerEnter ( Collider other ) : void
other Collider
return void

OnTriggerStay() public method

public OnTriggerStay ( Collider other ) : void
other Collider
return void

Start() public method

public Start ( ) : void
return void

Property Details

loader public property

public Main_NZBot loader
return Main_NZBot