VR Development Framework
v 1.0.0
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
Protected Attributes | List of all members
AVR.UEditor.Core.AVR_PlayerRigWizard_Hook_RightController Class Reference
Inheritance diagram for AVR.UEditor.Core.AVR_PlayerRigWizard_Hook_RightController:
AVR.UEditor.Core.AVR_WizardHook_SimpleFilteredToggle< Wiz, Mod > AVR.UEditor.Core.AVR_WizardHook_SimpleToggle< Wiz, Mod > AVR.UEditor.Core.AVR_WizardHook< Wiz >

Protected Attributes

override string moduleName => "Right Controller"
 
override string prefabPathSettingsToken => "/editor/defaultPrefabPaths/rightController"
 
override System.Func
< AVR_Controller, bool > 
filter => (c) => c.controllerNode == UnityEngine.XR.XRNode.RightHand
 
- Protected Attributes inherited from AVR.UEditor.Core.AVR_WizardHook_SimpleToggle< Wiz, Mod >
virtual string[] dependencies => new string[] {}
 
Mod[] _module
 

Additional Inherited Members

- Public Member Functions inherited from AVR.UEditor.Core.AVR_WizardHook_SimpleFilteredToggle< Wiz, Mod >
override void on_create_wizard (GameObject targetObject)
 
- Public Member Functions inherited from AVR.UEditor.Core.AVR_WizardHook_SimpleToggle< Wiz, Mod >
override void embed_GUI ()
 
override void on_submit (GameObject targetObject)
 
- Public Attributes inherited from AVR.UEditor.Core.AVR_WizardHook_SimpleToggle< Wiz, Mod >
bool module
 
- Protected Member Functions inherited from AVR.UEditor.Core.AVR_WizardHook< Wiz >
virtual void safeDestroyImmediate (GameObject toDestroy, GameObject wizardTarget)
 
- Static Protected Attributes inherited from AVR.UEditor.Core.AVR_WizardHook< Wiz >
static Dictionary< string, bool > flags = new Dictionary<string, bool>()
 
- Properties inherited from AVR.UEditor.Core.AVR_WizardHook_SimpleFilteredToggle< Wiz, Mod >
abstract System.Func< Mod, bool > filter [get]
 
- Properties inherited from AVR.UEditor.Core.AVR_WizardHook_SimpleToggle< Wiz, Mod >
abstract string moduleName [get]
 
abstract string prefabPathSettingsToken [get]
 
- Properties inherited from AVR.UEditor.Core.AVR_WizardHook< Wiz >
virtual int category [get]
 

Detailed Description

Definition at line 19 of file AVR_PlayerRig_ModuleWizard.cs.