VR Development Framework
v 1.0.0
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
void AVR.UI.AVR_UIInteractionProvider.unset ( )
inlineprivate

Definition at line 109 of file AVR_UIInteractionProvider.cs.

109  {
110 #if AVR_NET
111  if (IsOnline && !IsOwner) return;
112 #endif
113 
114  currentActive = null;
115  }
static AVR_UIInteractionProvider currentActive
The currently active interactionprovider. NOTE: only one interactionprovider will be active at a time...