Class VIVEFocus3Feature
Inheritance
Object
ScriptableObject
OpenXRFeature
VIVEFocus3Feature
Assembly: VIVE.OpenXR.dll
Syntax
public class VIVEFocus3Feature : OpenXRFeature
Fields
featureId
The feature id string. This is used to give the feature a well known id for reference.
Declaration
public const string featureId = "com.unity.openxr.feature.vivefocus3"
Field Value
kOpenxrExtensionStrings
Declaration
public const string kOpenxrExtensionStrings = ""
Field Value
Methods
OnInstanceCreate(ulong)
Declaration
protected override bool OnInstanceCreate(ulong xrInstance)
Parameters
Type |
Name |
Description |
ulong |
xrInstance |
|
Returns
Overrides
OnSessionCreate(ulong)
Declaration
protected override void OnSessionCreate(ulong xrSession)
Parameters
Type |
Name |
Description |
ulong |
xrSession |
|
Overrides
OnSessionDestroy(ulong)
Declaration
protected override void OnSessionDestroy(ulong xrSession)
Parameters
Type |
Name |
Description |
ulong |
xrSession |
|
Overrides