docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Struct XROcclusionSubsystemCinfo

    Constructor parameters for the XROcclusionSubsystemDescriptor.

    Implements
    IEquatable<XROcclusionSubsystemCinfo>
    Inherited Members
    ValueType.ToString()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: UnityEngine.XR.ARSubsystems
    Assembly: Unity.XR.ARSubsystems.dll
    Syntax
    [Obsolete("XROcclusionSubsystemCinfo has been deprecated in AR Foundation version 6.0. Use XROcclusionSubsystemDescriptor.Cinfo instead (UnityUpgradable) -> UnityEngine.XR.ARSubsystems.XROcclusionSubsystemDescriptor/Cinfo", false)]
    public struct XROcclusionSubsystemCinfo : IEquatable<XROcclusionSubsystemCinfo>

    Properties

    environmentDepthConfidenceImageSupportedDelegate

    Specifies if the current subsystem supports environment depth confidence image.

    Declaration
    public Func<Supported> environmentDepthConfidenceImageSupportedDelegate { readonly get; set; }
    Property Value
    Type Description
    Func<Supported>

    environmentDepthImageSupportedDelegate

    Query for whether the current subsystem supports environment depth image.

    Declaration
    public Func<Supported> environmentDepthImageSupportedDelegate { readonly get; set; }
    Property Value
    Type Description
    Func<Supported>

    environmentDepthTemporalSmoothingSupportedDelegate

    Specifies whether a subsystem supports temporal smoothing of the environment depth image.

    Declaration
    public Func<Supported> environmentDepthTemporalSmoothingSupportedDelegate { readonly get; set; }
    Property Value
    Type Description
    Func<Supported>

    A method delegate indicating support for temporal smoothing of the environment depth image.

    humanSegmentationDepthImageSupportedDelegate

    Specifies whether a subsystem supports human segmentation depth image.

    Declaration
    public Func<Supported> humanSegmentationDepthImageSupportedDelegate { readonly get; set; }
    Property Value
    Type Description
    Func<Supported>

    humanSegmentationStencilImageSupportedDelegate

    Specifies whether a subsystem supports human segmentation stencil image.

    Declaration
    public Func<Supported> humanSegmentationStencilImageSupportedDelegate { readonly get; set; }
    Property Value
    Type Description
    Func<Supported>

    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 XRAnchorSubsystem-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, XRAnchorSubsystem will be instantiated.

    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 XROcclusionSubsystemCinfo and Equals(XROcclusionSubsystemCinfo) also returns true; otherwise false.

    Overrides
    ValueType.Equals(object)

    Equals(XROcclusionSubsystemCinfo)

    Tests for equality.

    Declaration
    public bool Equals(XROcclusionSubsystemCinfo other)
    Parameters
    Type Name Description
    XROcclusionSubsystemCinfo other

    The other XROcclusionSubsystemCinfo to compare against.

    Returns
    Type Description
    bool

    True if every field in other is equal to this XROcclusionSubsystemCinfo, 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 ==(XROcclusionSubsystemCinfo, XROcclusionSubsystemCinfo)

    Tests for equality. Same as Equals(XROcclusionSubsystemCinfo).

    Declaration
    public static bool operator ==(XROcclusionSubsystemCinfo lhs, XROcclusionSubsystemCinfo rhs)
    Parameters
    Type Name Description
    XROcclusionSubsystemCinfo lhs

    The left-hand side of the comparison.

    XROcclusionSubsystemCinfo rhs

    The right-hand side of the comparison.

    Returns
    Type Description
    bool

    True if lhs is equal to rhs, otherwise false.

    operator !=(XROcclusionSubsystemCinfo, XROcclusionSubsystemCinfo)

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

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

    The left-hand side of the comparison.

    XROcclusionSubsystemCinfo 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)