Click or drag to resize

Demo_OnTriggerStayCountDowncountUpOnStay Method

Delegate function called by OnTriggerStay by the ASL_ObjectCollider. Sends current count to all clients. This is only exicuted by the PhysicsMaster.

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

Parameters

other
Type: Collider

[Missing <param name="other"/> documentation for "M:SimpleDemos.Demo_OnTriggerStayCountDown.countUpOnStay(UnityEngine.Collider)"]

See Also