Class ConformanceAutomationFeature
Inheritance
ConformanceAutomationFeature
Inherited Members
Object.FindObjectsByType<T>(FindObjectsSortMode)
Object.FindObjectsByType<T>(FindObjectsInactive, FindObjectsSortMode)
Object.FindFirstObjectByType<T>()
Object.FindAnyObjectByType<T>()
Object.FindFirstObjectByType<T>(FindObjectsInactive)
Object.FindAnyObjectByType<T>(FindObjectsInactive)
Assembly: solution.dll
public class ConformanceAutomationFeature : OpenXRFeature
Fields
Name |
Description |
featureId
|
The feature id string. This is used to give the feature a well known id for reference.
|
Methods
Name |
Description |
ConformanceAutomationSetActive(string, string, bool)
|
Drive the xrSetInputDeviceActiveEXT function of the XR_EXT_conformance_automation.
See https://www.khronos.org/registry/OpenXR/specs/1.0/html/xrspec.html#XR_EXT_conformance_automation
|
ConformanceAutomationSetBool(string, string, bool)
|
Drive the xrSetInputDeviceStateBoolEXT function of the XR_EXT_conformance_automation.
See https://www.khronos.org/registry/OpenXR/specs/1.0/html/xrspec.html#XR_EXT_conformance_automation
|
ConformanceAutomationSetFloat(string, string, float)
|
Drive the xrSetInputDeviceStateFloatEXT function of the XR_EXT_conformance_automation.
See https://www.khronos.org/registry/OpenXR/specs/1.0/html/xrspec.html#XR_EXT_conformance_automation
|
ConformanceAutomationSetPose(string, string, Vector3, Quaternion)
|
Drive the xrSetInputDeviceLocationEXT function of the XR_EXT_conformance_automation.
See https://www.khronos.org/registry/OpenXR/specs/1.0/html/xrspec.html#XR_EXT_conformance_automation
|
ConformanceAutomationSetVec2(string, string, Vector2)
|
Drive the xrSetInputDeviceStateVector2fEXT function of the XR_EXT_conformance_automation.
See https://www.khronos.org/registry/OpenXR/specs/1.0/html/xrspec.html#XR_EXT_conformance_automation
|
ConformanceAutomationSetVelocity(string, string, bool, Vector3, bool, Vector3)
|
Set the angular and linear velocity of a pose
|
OnInstanceCreate(ulong)
|
Called after xrCreateInstance.
|
OnInstanceDestroy(ulong)
|
Called before xrDestroyInstance
|
OnSessionCreate(ulong)
|
Called after xrCreateSession.
|
OnSessionDestroy(ulong)
|
Called before xrDestroySession.
|