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

Reimplemented from AVR.Core.AVR_Component.

Definition at line 64 of file AVR_UIInteractionProvider.cs.

64  {
65  base.OnDisable();
66  unset();
67  }