Share via


ControllerModel Class

Definition

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.

Applies to