C# Class TUGoalScript, VirtualVEX

Script attached to individual goals (including floor zones) for TossUp scoring
Inheritance: MonoBehaviour
显示文件 Open project: jpwchang/VirtualVEX

Public Properties

Property Type Description
type int

Public Methods

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

Method Details

OnTriggerEnter() public method

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

OnTriggerExit() public method

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

Start() public method

public Start ( ) : void
return void

Property Details

type public_oe property

public int type
return int