C# Class LightDetect, Left4Bread

Inheritance: MonoBehaviour
Show file Open project: andresg6/Left4Bread Class Usage Examples

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 property

public bool detected
return bool