| 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
)
Private Sub stopCounter (
other As Collider
)
private:
void stopCounter(
Collider^ other
)
private member stopCounter :
other : Collider -> unit
Parameters
- other
- Type: Collider
The collider of the other object in the collition
See Also