| 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
)
Private Sub countUpOnStay (
other As Collider
)
private:
void countUpOnStay(
Collider^ other
)
private member countUpOnStay :
other : Collider -> unit
Parameters
- other
- Type: Collider
[Missing <param name="other"/> documentation for "M:SimpleDemos.Demo_OnTriggerStayCountDown.countUpOnStay(UnityEngine.Collider)"]
See Also