docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class XREnvironmentProbeSubsystemDescriptor

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

    Inheritance
    object
    SubsystemDescriptorWithProvider
    SubsystemDescriptorWithProvider<XREnvironmentProbeSubsystem, XREnvironmentProbeSubsystem.Provider>
    XREnvironmentProbeSubsystemDescriptor
    Implements
    ISubsystemDescriptor
    Inherited Members
    SubsystemDescriptorWithProvider<XREnvironmentProbeSubsystem, XREnvironmentProbeSubsystem.Provider>.Create()
    SubsystemDescriptorWithProvider.id
    SubsystemDescriptorWithProvider.providerType
    SubsystemDescriptorWithProvider.subsystemTypeOverride
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: UnityEngine.XR.ARSubsystems
    Assembly: Unity.XR.ARSubsystems.dll
    Syntax
    public class XREnvironmentProbeSubsystemDescriptor : SubsystemDescriptorWithProvider<XREnvironmentProbeSubsystem, XREnvironmentProbeSubsystem.Provider>, ISubsystemDescriptor

    Properties

    supportsAutomaticPlacement

    Whether the implementation supports automatic placement of environment probes.

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

    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
    bool

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

    supportsEnvironmentTextureHDR

    Whether the implementation supports generation of HDR environment textures.

    Declaration
    public bool supportsEnvironmentTextureHDR { get; }
    Property Value
    Type Description
    bool

    true if the generation of HDR 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
    bool

    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
    bool

    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
    bool

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

    Methods

    Register(Cinfo)

    Registers a subsystem implementation based on the given subystem parameters, and validates that the id and providerType properties are specified.

    Declaration
    public static void Register(XREnvironmentProbeSubsystemDescriptor.Cinfo cinfo)
    Parameters
    Type Name Description
    XREnvironmentProbeSubsystemDescriptor.Cinfo cinfo

    The parameters required to initialize the descriptor.

    Exceptions
    Type Condition
    ArgumentException

    Thrown when the values specified in the cinfo parameter are invalid. Typically, this happens when required parameters are null or empty or types that do not derive from the required base class.

    Implements

    ISubsystemDescriptor
    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)