docs.unity3d.com
    目次を表示する/隠す

    Struct XRPlaneSubsystemDescriptor.Cinfo

    Constructor info used to register a descriptor.

    Inherited Members
    ValueType.ToString()
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetType()
    Namespace: UnityEngine.XR.ARSubsystems
    Syntax
    public struct Cinfo : IEquatable<XRPlaneSubsystemDescriptor.Cinfo>

    Properties

    id

    The string identifier for a specific implementation.

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

    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.

    subsystemImplementationType

    The concrete Type which will be instantiated if Create is called on this subsystem descriptor.

    Declaration
    [Obsolete("XRPlaneSubsystem no longer supports the deprecated set of base classes for subsystems as of Unity 2020.2. Use providerType and, optionally, subsystemTypeOverride instead.", true)]
    public Type subsystemImplementationType { readonly get; set;
    }
    Property Value
    Type Description
    Type

    subsystemTypeOverride

    Specifies the XRPlaneSubsystem-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, XRPlaneSubsystem will be instantiated.

    supportsArbitraryPlaneDetection

    true if the subsystem supports arbitrarily angled plane detection.

    Declaration
    public bool supportsArbitraryPlaneDetection { readonly get; set; }
    Property Value
    Type Description
    Boolean

    supportsBoundaryVertices

    true if the subsystem supports boundary vertices for its planes.

    Declaration
    public bool supportsBoundaryVertices { readonly get; set; }
    Property Value
    Type Description
    Boolean

    supportsClassification

    true if the subsystem supports boundary vertices for its planes.

    Declaration
    public bool supportsClassification { readonly get; set; }
    Property Value
    Type Description
    Boolean

    supportsHorizontalPlaneDetection

    true if the subsystem supports horizontal plane detection.

    Declaration
    public bool supportsHorizontalPlaneDetection { readonly get; set; }
    Property Value
    Type Description
    Boolean

    supportsVerticalPlaneDetection

    true if the subsystem supports vertical plane detection.

    Declaration
    public bool supportsVerticalPlaneDetection { readonly get; set; }
    Property Value
    Type Description
    Boolean

    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
    Boolean

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

    Overrides
    ValueType.Equals(Object)

    Equals(XRPlaneSubsystemDescriptor.Cinfo)

    Tests for equality.

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

    The other XRPlaneSubsystemDescriptor.Cinfo to compare against.

    Returns
    Type Description
    Boolean

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

    Implements
    IEquatable<T>.Equals(T)

    GetHashCode()

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

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    Int32

    A hash code generated from this object's fields.

    Overrides
    ValueType.GetHashCode()

    Operators

    Equality(XRPlaneSubsystemDescriptor.Cinfo, XRPlaneSubsystemDescriptor.Cinfo)

    Tests for equality. Same as Equals(XRPlaneSubsystemDescriptor.Cinfo).

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

    The left-hand side of the comparison.

    XRPlaneSubsystemDescriptor.Cinfo rhs

    The right-hand side of the comparison.

    Returns
    Type Description
    Boolean

    True if lhs is equal to rhs, otherwise false.

    Inequality(XRPlaneSubsystemDescriptor.Cinfo, XRPlaneSubsystemDescriptor.Cinfo)

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

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

    The left-hand side of the comparison.

    XRPlaneSubsystemDescriptor.Cinfo rhs

    The right-hand side of the comparison.

    Returns
    Type Description
    Boolean

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

    トップに戻る
    Copyright © 2023 Unity Technologies — 商標と利用規約
    • 法律関連
    • プライバシーポリシー
    • クッキー
    • 私の個人情報を販売または共有しない
    • Your Privacy Choices (Cookie Settings)