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

Definition at line 63 of file AVR_Canvas.cs.

63  {
64  if (active_canvases.Contains(this)) active_canvases.Remove(this);
65  }
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