ControllerModel Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides access to a byte stream representing a glTF model of the current controller.
public class ControllerModel
type ControllerModel = class
Public Class ControllerModel
- Inheritance
-
ControllerModel
Properties
IsSupported |
Returns true if the necessary OpenXR feature extensions are enabled on the current runtime. |
Left |
The user's left controller. |
Right |
The user's right controller. |
Methods
TryGetControllerModel(UInt64) |
Provides a byte stream representing the glTF model of the controller, if available. |
TryGetControllerModelKey(UInt64) |
Provides access to a model-specific key to either load a new model or use to cache loaded models. |