Class ARMobileManager
ARMobile scene manager.
Inheritance
ARMobileManager
Implements
Inherited Members
Namespace: Evergine.ARMobile.Manager
Assembly: Evergine.ARMobile.dll
Syntax
public class ARMobileManager : SceneManager, IDependencyObject
Fields
arcore
ARCore instance.
Declaration
[BindService(true)]
protected ARMobilePlatform arcore
Field Value
Type | Description |
---|---|
ARMobilePlatform |
Properties
FaceTrackingEnabled
Gets or sets a value indicating whether the face tracking is enabled.
Declaration
public bool FaceTrackingEnabled { get; set; }
Property Value
Type | Description |
---|---|
bool |
FeaturePointsEnabled
Gets or sets a value indicating whether the feature points are enabled.
Declaration
public bool FeaturePointsEnabled { get; set; }
Property Value
Type | Description |
---|---|
bool |
ImageDataSetPath
Gets or sets the image dataset path (csv file).
Declaration
public string ImageDataSetPath { get; set; }
Property Value
Type | Description |
---|---|
string |
ImageDetectionEnabled
Gets or sets a value indicating whether the image detection is enabled.
Declaration
public bool ImageDetectionEnabled { get; set; }
Property Value
Type | Description |
---|---|
bool |
LightEstimationMode
Gets or sets the light estimation mode.
Declaration
public XRLightEstimation.Modes LightEstimationMode { get; set; }
Property Value
Type | Description |
---|---|
XRLightEstimation.Modes |
PlaneDetection
Gets or sets the plane detectition mode.
Declaration
public XRPlaneDetectionType PlaneDetection { get; set; }
Property Value
Type | Description |
---|---|
XRPlaneDetectionType |
Methods
OnAttached()
Invoked when the object is attached to the system.
Declaration
protected override bool OnAttached()
Returns
Type | Description |
---|---|
bool | True if all is OK. |
Overrides
Start()
Invoked to start the object.
Declaration
protected override void Start()