C# Class ShotCheck

Inheritance: MonoBehaviour
Mostra file Open project: bttfgames/shaman-says

Public Properties

Property Type Description
_isP1 bool

Public Methods

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

Property Details

_isP1 public_oe property

public bool _isP1
return bool