C# Class PalWarning, GGJ2016

Inheritance: MonoBehaviour
ファイルを表示 Open project: netgrind/GGJ2016

Public Properties

Property Type Description
pal PalController
threatLevel int

Public Methods

Method Description
OnTriggerEnter ( Collider other ) : void

Method Details

OnTriggerEnter() public method

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

Property Details

pal public_oe property

public PalController pal
return PalController

threatLevel public_oe property

public int threatLevel
return int