Class ARPlaneFeature
Enables AR Foundation plane support via OpenXR for Meta Quest devices.
Inherited Members
Namespace: UnityEngine.XR.OpenXR.Features.Meta
Syntax
public class ARPlaneFeature : 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.arfoundation-meta-plane"
Field Value
Type | Description |
---|---|
String |
Methods
OnSubsystemCreate()
Instantiates Meta OpenXR plane subsystem instance, but does not start it. (Start/Stop is typically handled by AR Foundation managers.)
Declaration
protected override void OnSubsystemCreate()
Overrides
OnSubsystemDestroy()
Destroys the plane subsystem.
Declaration
protected override void OnSubsystemDestroy()