VR Development Framework
v 1.0.0
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
void AVR.UI.AVR_Canvas.OnPointerEnter ( PointerEventData  eventData)
inline

Definition at line 131 of file AVR_Canvas.cs.

132  {
133  if (isInteractible && !active_canvases.Contains(this)) active_canvases.Add(this);
134  }
static List< AVR_Canvas > active_canvases
A list of all AVR_Canvases that the user is currently interacting with. NOTE: This is not the same as...
Definition: AVR_Canvas.cs:38
bool isInteractible
If set to false, the UIInteractionprovider will disregard this canvas entirely.
Definition: AVR_Canvas.cs:22