C# Class VIntakeScript, VirtualVEX

Controls the vertical roller intake
Inheritance: MonoBehaviour
ファイルを表示 Open project: jpwchang/VirtualVEX

Public Properties

Property Type Description
loader Main_Dbot

Public Methods

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

Method Details

OnTriggerExit() public method

public OnTriggerExit ( 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_oe property

public Main_Dbot loader
return Main_Dbot