Input.ControllerModelGet

static Model ControllerModelGet(Handed handed)

This retreives the Model currently in use by StereoKit to represent the controller input source. By default, this will be a Model provided by OpenXR, or SK’s fallback Model. This will never be null while SK is initialized.

   
Handed handed The hand of the controller Model to retreive.
RETURNS: Model The current controller Model. By default, his will be a Model provided by OpenXR, or SK’s fallback Model. This will never be null while SK is initialized.




Found an issue with these docs, or have some additional questions? Create an Issue on Github!