docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Struct XREnvironmentProbeSubsystemDescriptor.Cinfo

    Contains the parameters for creating a new XREnvironmentProbeSubsystemDescriptor.

    Implements
    IEquatable<XREnvironmentProbeSubsystemDescriptor.Cinfo>
    Inherited Members
    ValueType.ToString()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: UnityEngine.XR.ARSubsystems
    Assembly: Unity.XR.ARSubsystems.dll
    Syntax
    public struct XREnvironmentProbeSubsystemDescriptor.Cinfo : IEquatable<XREnvironmentProbeSubsystemDescriptor.Cinfo>

    Properties

    id

    Specifies an identifier for the provider implementation of the subsystem.

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

    The identifier for the provider implementation of the subsystem.

    providerType

    Specifies the provider implementation type to use for instantiation.

    Declaration
    public Type providerType { readonly get; set; }
    Property Value
    Type Description
    Type

    The provider implementation type to use for instantiation.

    subsystemTypeOverride

    Specifies the XREnvironmentProbeSubsystem-derived type that forwards casted calls to its provider.

    Declaration
    public Type subsystemTypeOverride { readonly get; set; }
    Property Value
    Type Description
    Type

    The type of the subsystem to use for instantiation. If null, XREnvironmentProbeSubsystem will be instantiated.

    supportsAutomaticPlacement

    Whether the implementation supports automatic placement of environment probes.

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

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

    Methods

    Equals(object)

    Tests for equality.

    Declaration
    public override bool Equals(object obj)
    Parameters
    Type Name Description
    object obj

    The object to compare against.

    Returns
    Type Description
    bool

    True if obj is of type XREnvironmentProbeSubsystemDescriptor.Cinfo and Equals(Cinfo) also returns true; otherwise false.

    Overrides
    ValueType.Equals(object)

    Equals(Cinfo)

    Tests for equality.

    Declaration
    public bool Equals(XREnvironmentProbeSubsystemDescriptor.Cinfo other)
    Parameters
    Type Name Description
    XREnvironmentProbeSubsystemDescriptor.Cinfo other

    The other XREnvironmentProbeSubsystemDescriptor.Cinfo to compare against.

    Returns
    Type Description
    bool

    True if every field in other is equal to this XREnvironmentProbeSubsystemDescriptor.Cinfo, otherwise false.

    GetHashCode()

    Generates a hash suitable for use with containers like HashSet and Dictionary.

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    int

    A hash code generated from this object's fields.

    Overrides
    ValueType.GetHashCode()

    Operators

    operator ==(Cinfo, Cinfo)

    Tests for equality. Same as Equals(Cinfo).

    Declaration
    public static bool operator ==(XREnvironmentProbeSubsystemDescriptor.Cinfo lhs, XREnvironmentProbeSubsystemDescriptor.Cinfo rhs)
    Parameters
    Type Name Description
    XREnvironmentProbeSubsystemDescriptor.Cinfo lhs

    The left-hand side of the comparison.

    XREnvironmentProbeSubsystemDescriptor.Cinfo rhs

    The right-hand side of the comparison.

    Returns
    Type Description
    bool

    True if lhs is equal to rhs, otherwise false.

    operator !=(Cinfo, Cinfo)

    Tests for inequality. Same as !Equals(Cinfo).

    Declaration
    public static bool operator !=(XREnvironmentProbeSubsystemDescriptor.Cinfo lhs, XREnvironmentProbeSubsystemDescriptor.Cinfo rhs)
    Parameters
    Type Name Description
    XREnvironmentProbeSubsystemDescriptor.Cinfo lhs

    The left-hand side of the comparison.

    XREnvironmentProbeSubsystemDescriptor.Cinfo rhs

    The right-hand side of the comparison.

    Returns
    Type Description
    bool

    True if lhs is not equal to rhs, otherwise false.

    Implements

    IEquatable<T>
    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)