docs.unity.cn
    Show / Hide Table of Contents

    Class XREnvironmentProbeSubsystemDescriptor

    Specifies a functionality description that may be registered for each implementation that provides the XREnvironmentProbeSubsystem interface.

    Inheritance
    Object
    XREnvironmentProbeSubsystemDescriptor
    Namespace: UnityEngine.XR.ARSubsystems
    Syntax
    public class XREnvironmentProbeSubsystemDescriptor : SubsystemDescriptor<XREnvironmentProbeSubsystem>

    Properties

    supportsAutomaticPlacement

    Whether the implementation supports automatic placement of environment probes.

    Declaration
    public bool supportsAutomaticPlacement { get; }
    Property Value
    Type Description
    Boolean

    true if automatic placement of environment probes is supported. Otherwise, false.

    supportsEnvironmentTexture

    Whether the implementation supports generation of environment textures.

    Declaration
    public bool supportsEnvironmentTexture { get; }
    Property Value
    Type Description
    Boolean

    true if the generation of environment textures is supported. Otherwise, false.

    supportsManualPlacement

    Whether the implementation supports manual placement of environment probes.

    Declaration
    public bool supportsManualPlacement { get; }
    Property Value
    Type Description
    Boolean

    true if manual placement of environment probes is supported. Otherwise, false.

    supportsRemovalOfAutomatic

    Whether the implementation supports removal of automatically-placed environment probes.

    Declaration
    public bool supportsRemovalOfAutomatic { get; }
    Property Value
    Type Description
    Boolean

    true if removal of automatically-placed environment probes is supported. Otherwise, false.

    supportsRemovalOfManual

    Whether the implementation supports removal of manually-placed environment probes.

    Declaration
    public bool supportsRemovalOfManual { get; }
    Property Value
    Type Description
    Boolean

    true if removal of manually-placed environment probes is supported. Otherwise, false.

    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Friday, January 7, 2022
    Terms of use