1 using System.Collections;
2 using System.Collections.Generic;
16 controller = GetComponentInParent<AVR_Controller>();
18 AVR_DevConsole.cerror(
"AVR_ControllerComponent does not have an AVR_Controller in on itself or one of its parents!",
this);
Represents a VR controller. Provides functionality for spacial tracking and haptic feedback...
Sets the documentation html file inside of Packages/com.avr.core/Documentation/html of a given class...
AVR_Component specifically attatched to an AVR_Controller. Needs to have an AVR_Controller on this ga...
Base class for all arc-vr components. A component is typically a Monobehaviour that represents a virt...