VR Development Framework
v 1.0.0
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
Public Member Functions | Protected Attributes | Private Attributes | List of all members
AVR.UEditor.Phys.AVR_ControllerWizard_Hook_HandInteractor Class Reference
Inheritance diagram for AVR.UEditor.Phys.AVR_ControllerWizard_Hook_HandInteractor:

Public Member Functions

override void on_submit (GameObject targetObject)
 

Protected Attributes

override string moduleName => "HandInteractor"
 
override string prefabPathSettingsToken => is_right_hand ? "/editor/defaultPrefabPaths/rightHandInteractor" : "/editor/defaultPrefabPaths/leftHandInteractor"
 
override string[] dependencies => new string[] { "InputManager" }
 

Private Attributes

bool is_right_hand = false
 

Detailed Description

Definition at line 22 of file com.avr.phys/Editor/AVR_Controller_ModuleWizard_Hooks.cs.