Search Results for

    Show / Hide Table of Contents

    Class ARMobileManager

    ARMobile scene manager.

    Inheritance
    object
    IdentifiableObject
    DependencyObject
    AttachableObject
    SceneManager
    ARMobileManager
    Implements
    IDependencyObject
    Inherited Members
    SceneManager.Managers
    SceneManager.Scene
    SceneManager.OnLoaded()
    SceneManager.OnActivated()
    SceneManager.OnDeactivated()
    SceneManager.OnDetach()
    SceneManager.OnDestroy()
    AttachableObject.AttachableStateChanged
    AttachableObject.IsEnabled
    AttachableObject.State
    AttachableObject.IsLoaded
    AttachableObject.IsAttached
    AttachableObject.IsActivated
    AttachableObject.IsStarted
    AttachableObject.IsDestroyed
    AttachableObject.ShouldBeActivated
    AttachableObject.Destroy()
    AttachableObject.DependencyBroken()
    DependencyObject.Dependencies
    DependencyObject.OnDependencyRemoved
    IdentifiableObject.Id
    IdentifiableObject.IdHasChanged(Guid)
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    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
    SceneManager.OnAttached()

    Start()

    Invoked to start the object.

    Declaration
    protected override void Start()
    Overrides
    SceneManager.Start()

    Implements

    IDependencyObject

    Extension Methods

    ReflectionHelper.GetMemberAssembly(object)
    ReflectionHelper.GetTypeName(object)
    In This Article
    Back to top
    Generated by DocFX