C# Class setActiveOnTriggerEnter, casanova-mk2

Inheritance: MonoBehaviour
Show file Open project: vs-team/casanova-mk2

Public Properties

Property Type Description
active bool
objectsToSet List
selfDestroy bool

Public Methods

Method Description
OnTriggerEnter ( Collider other ) : void

Method Details

OnTriggerEnter() public method

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

Property Details

active public property

public bool active
return bool

objectsToSet public property

public List objectsToSet
return List

selfDestroy public property

public bool selfDestroy
return bool