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

    Struct ARObject

    Represents an ARKit ARObject archive. This is the contents of a file with extension .arobject. See Scanning and Detecting 3D Objects for instructions on how to generate these files.

    Inherited Members
    ValueType.Equals(Object)
    ValueType.GetHashCode()
    ValueType.ToString()
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetType()
    Namespace: UnityEditor.XR.ARKit
    Syntax
    public struct ARObject

    Constructors

    ARObject(ARObjectInfo, Texture2D)

    Constructs an ARObject.

    Declaration
    public ARObject(ARObjectInfo info, Texture2D preview)
    Parameters
    Type Name Description
    ARObjectInfo info

    The ARObjectInfo associated with this ARObject.

    Texture2D preview

    A preview image associated with the ARObject.

    Properties

    info

    The ARObjectInfo associated with this ARObject.

    Declaration
    public readonly ARObjectInfo info { get; }
    Property Value
    Type Description
    ARObjectInfo

    preview

    A preview image associated with the ARObject.

    Declaration
    public readonly Texture2D preview { get; }
    Property Value
    Type Description
    Texture2D

    See Also

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