Click or drag to resize

Demo_OnTriggerStayCountDownstopCounter Method

Delegate function called by OnTriggerExit by the ASL_ObjectCollider

Namespace:  SimpleDemos
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
private void stopCounter(
	Collider other
)

Parameters

other
Type: Collider
The collider of the other object in the collition
See Also