C# Class PalBarrier, GGJ2016

Inheritance: MonoBehaviour
显示文件 Open project: netgrind/GGJ2016

Public Properties

Property Type Description
pal PalController

Public Methods

Method Description
OnTriggerEnter ( Collider other ) : void
OnTriggerExit ( Collider other ) : 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

Property Details

pal public_oe property

public PalController pal
return PalController