Enum AREnvironmentProbePlacementType | AR Foundation | 2.2.0-preview.6
docs.unity.cn
    Show / Hide Table of Contents

    Enum AREnvironmentProbePlacementType

    Represents the method used to place an environment probe in the AR session.

    Namespace: UnityEngine.XR.ARFoundation
    Syntax
    public enum AREnvironmentProbePlacementType

    Fields

    Name Description
    Automatic

    The environment probe is placed through an internal, automated method implemented by the provider.

    Manual

    The environment probe is placed through a manual call into the subsystem.

    Unknown

    The method of placement is unknown.

    Back to top Copyright © 2019 Unity Technologies
    Generated by DocFX