VR Development Framework
v 1.0.0
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
void AVR.Phys.AVR_GrabbableVolumeFinder.OnTriggerExit ( Collider  other)
inlineprivate

Definition at line 38 of file AVR_GrabbableVolumeFinder.cs.

39  {
40 #if AVR_NET
41  if (IsOnline && !IsOwner) return;
42 #endif
43  if (colliders.Contains(other)) colliders.Remove(other);
44  }