C# Class BasicDetect, Left4Bread

Inheritance: MonoBehaviour
Exibir arquivo Open project: andresg6/Left4Bread

Public Properties

Property Type Description
detected bool

Public Methods

Method Description
OnTriggerEnter ( Collider other ) : void
Update ( ) : void

Method Details

OnTriggerEnter() public method

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

Update() public method

public Update ( ) : void
return void

Property Details

detected public_oe property

public bool detected
return bool