@@ -667,6 +667,17 @@ The GetRotation method returns the current reported rotation of the direction in
667
667
668
668
The SetMaterialColor method sets the current material colour on the direction indicator.
669
669
670
+ #### GetControllerEvents/0
671
+
672
+ > `public virtual VRTK_ControllerEvents GetControllerEvents()`
673
+
674
+ * Parameters
675
+ * _none_
676
+ * Returns
677
+ * `VRTK_ControllerEvents` - The associated Controller Events script.
678
+
679
+ The GetControllerEvents method returns the associated Controller Events script with the Pointer Direction Indicator script.
680
+
670
681
---
671
682
672
683
## Radial Menu (VRTK_RadialMenu)
@@ -8240,6 +8251,7 @@ A collection of scripts that provide useful functionality to aid the creation pr
8240
8251
* [SDK Object Alias](#sdk-object-alias-vrtk_sdkobjectalias)
8241
8252
* [SDK Transform Modify](#sdk-transform-modify-vrtk_sdktransformmodify)
8242
8253
* [SDK Object State](#sdk-object-state-vrtk_sdkobjectstate)
8254
+ * [SDK Input Override](#sdk-input-override-vrtk_sdkinputoverride)
8243
8255
* [Velocity Estimator](#velocity-estimator-vrtk_velocityestimator)
8244
8256
8245
8257
---
@@ -9778,6 +9790,66 @@ The SetStateByControllerReference method sets the object state based on the cont
9778
9790
9779
9791
---
9780
9792
9793
+ ## SDK Input Override (VRTK_SDKInputOverride)
9794
+ > extends VRTK_SDKControllerReady
9795
+
9796
+ ### Overview
9797
+
9798
+ Provides the ability to switch button mappings based on the current SDK or controller type
9799
+
9800
+ **Script Usage:**
9801
+ * Place the `VRTK_PlayerClimb` script on any active scene GameObject.
9802
+
9803
+ ### Inspector Parameters
9804
+
9805
+ * **Loaded SDK Setup:** An optional SDK Setup to use to determine when to modify the transform.
9806
+ * **Controller Type:** An optional SDK controller type to use to determine when to modify the transform.
9807
+ * **Override Button:** The button to override to.
9808
+ * **Override Axis:** The Vector2 axis to override to.
9809
+ * **Interact Grab Script:** The Interact Grab script to override the controls on.
9810
+ * **Interact Grab Overrides:** The list of overrides.
9811
+ * **Interact Use Script:** The Interact Use script to override the controls on.
9812
+ * **Interact Use Overrides:** The list of overrides.
9813
+ * **Pointer Script:** The Pointer script to override the controls on.
9814
+ * **Pointer Activation Overrides:** The list of overrides for the activation button.
9815
+ * **Pointer Selection Overrides:** The list of overrides for the selection button.
9816
+ * **Ui Pointer Script:** The UI Pointer script to override the controls on.
9817
+ * **Ui Pointer Activation Overrides:** The list of overrides for the activation button.
9818
+ * **Ui Pointer Selection Overrides:** The list of overrides for the selection button.
9819
+ * **Pointer Direction Indicator Script:** The Pointer Direction Indicator script to override the controls on.
9820
+ * **Direction Indicator Coordinate Overrides:** The list of overrides for the coordinate axis.
9821
+ * **Touchpad Control Script:** The Touchpad Control script to override the controls on.
9822
+ * **Touchpad Control Coordinate Overrides:** The list of overrides for the Touchpad Control coordinate axis.
9823
+ * **Touchpad Control Activation Overrides:** The list of overrides for the activation button.
9824
+ * **Touchpad Control Modifier Overrides:** The list of overrides for the modifier button.
9825
+ * **Button Control Script:** The ButtonControl script to override the controls on.
9826
+ * **Button Control Forward Overrides:** The list of overrides for the forward button.
9827
+ * **Button Control Backward Overrides:** The list of overrides for the backward button.
9828
+ * **Button Control Left Overrides:** The list of overrides for the left button.
9829
+ * **Button Control Right Overrides:** The list of overrides for the right button.
9830
+ * **Slingshot Jump Script:** The SlingshotJump script to override the controls on.
9831
+ * **Slingshot Jump Activation Overrides:** The list of overrides for the activation button.
9832
+ * **Slingshot Jump Cancel Overrides:** The list of overrides for the cancel button.
9833
+ * **Move In Place Script:** The MoveInPlace script to override the controls on.
9834
+ * **Move In Place Engage Overrides:** The list of overrides for the engage button.
9835
+ * **Step Multiplier Script:** The Step Multiplier script to override the controls on.
9836
+ * **Step Multiplier Activation Overrides:** The list of overrides for the activation button.
9837
+
9838
+ ### Class Methods
9839
+
9840
+ #### ForceManage/0
9841
+
9842
+ > `public virtual void ForceManage()`
9843
+
9844
+ * Parameters
9845
+ * _none_
9846
+ * Returns
9847
+ * _none_
9848
+
9849
+ The ForceManage method forces the inputs to be updated even without an SDK change event occuring.
9850
+
9851
+ ---
9852
+
9781
9853
## Velocity Estimator (VRTK_VelocityEstimator)
9782
9854
9783
9855
### Overview
0 commit comments