Struct XREnvironmentProbeSubsystemCinfo | AR Subsystems | 3.1.10
docs.unity3d.com
    Show / Hide Table of Contents

    Struct XREnvironmentProbeSubsystemCinfo

    Encapsulates the parameters for creating a new XREnvironmentProbeSubsystemDescriptor.

    Namespace: UnityEngine.XR.ARSubsystems
    Syntax
    public struct XREnvironmentProbeSubsystemCinfo : IEquatable<XREnvironmentProbeSubsystemCinfo>

    Properties

    id

    Specifies an identifier for the provider implementation of the subsystem.

    Declaration
    public string id { get; set; }
    Property Value
    Type Description
    String

    The identifier for the provider implementation of the subsystem.

    implementationType

    Specifies the provider implementation type to use for instantiation.

    Declaration
    public Type implementationType { get; set; }
    Property Value
    Type Description
    Type

    Specifies the provider implementation type to use for instantiation.

    supportsAutomaticPlacement

    Whether the implementation supports automatic placement of environment probes.

    Declaration
    public bool supportsAutomaticPlacement { get; set; }
    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; set; }
    Property Value
    Type Description
    Boolean

    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; set; }
    Property Value
    Type Description
    Boolean

    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; set; }
    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; set; }
    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; set; }
    Property Value
    Type Description
    Boolean

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

    Methods

    Equals(Object)

    Declaration
    public override bool Equals(object obj)
    Parameters
    Type Name Description
    Object obj
    Returns
    Type Description
    Boolean
    Overrides
    ValueType.Equals(Object)

    Equals(XREnvironmentProbeSubsystemCinfo)

    Declaration
    public bool Equals(XREnvironmentProbeSubsystemCinfo other)
    Parameters
    Type Name Description
    XREnvironmentProbeSubsystemCinfo other
    Returns
    Type Description
    Boolean

    GetHashCode()

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    Int32
    Overrides
    ValueType.GetHashCode()

    Operators

    Equality(XREnvironmentProbeSubsystemCinfo, XREnvironmentProbeSubsystemCinfo)

    Declaration
    public static bool operator ==(XREnvironmentProbeSubsystemCinfo lhs, XREnvironmentProbeSubsystemCinfo rhs)
    Parameters
    Type Name Description
    XREnvironmentProbeSubsystemCinfo lhs
    XREnvironmentProbeSubsystemCinfo rhs
    Returns
    Type Description
    Boolean

    Inequality(XREnvironmentProbeSubsystemCinfo, XREnvironmentProbeSubsystemCinfo)

    Declaration
    public static bool operator !=(XREnvironmentProbeSubsystemCinfo lhs, XREnvironmentProbeSubsystemCinfo rhs)
    Parameters
    Type Name Description
    XREnvironmentProbeSubsystemCinfo lhs
    XREnvironmentProbeSubsystemCinfo rhs
    Returns
    Type Description
    Boolean
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023