UxrController3DModel.UpdateFromInput Method
Updates the current visual state using the given input.
Namespace: UltimateXR.Devices.Visualization
Assembly: UltimateXR (in UltimateXR.dll) Version: 0.0.0.0
Syntax
C#
public void UpdateFromInput(
UxrControllerInput controllerInput,
bool onlyIfControllerHand = false
)
Parameters
- controllerInput
- Type: UltimateXR.Devices.UxrControllerInput
The input device to update the controller with - onlyIfControllerHand (Optional)
- Type: System.Boolean
Whether to update the visual state only if a controller hand is currently assigned
See Also
Reference
UxrController3DModel Class
UltimateXR.Devices.Visualization Namespace