AvatarReady
|
Inspector script for XRRigConfiguration. More...
Public Member Functions | |
override void | OnInspectorGUI () |
Static Public Member Functions | |
static void | AddXrrigHelper (MenuCommand menuCommand) |
Add an XRRigConfigurationHelper to the selected game object with default config. | |
static void | AddXrrigHelper6p (MenuCommand menuCommand) |
Add an XRRigConfigurationHelper to the selected game object with 6 points config. | |
Properties | |
XRRigConfigurationHelper | Target [get] |
Private Attributes | |
XRRigConfigurationHelper | _target |
int | newBoneIndex = 0 |
Inspector script for XRRigConfiguration.
The main purpose of this editor script is to allow the user to configure the offset for each tracker. For example, this is needed for identifying the wrist from the hand, or the neck from the head.
|
inlinestatic |
Add an XRRigConfigurationHelper to the selected game object with default config.
menuCommand |
|
inlinestatic |
Add an XRRigConfigurationHelper to the selected game object with 6 points config.
menuCommand |