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

    Struct Bone

    Represents a 3 dimensional, tracked bone within a hierarchy of other bones.

    Inherited Members
    ValueType.Equals(Object)
    ValueType.GetHashCode()
    ValueType.ToString()
    Namespace: UnityEngine.InputSystem.XR
    Syntax
    public struct Bone

    Properties

    parentBoneIndex

    The index with the device's controls array where the parent bone resides.

    Declaration
    public uint parentBoneIndex { readonly get; set; }
    Property Value
    Type Description
    UInt32

    position

    The tracked position of the bone.

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

    rotation

    The tracked rotation of the bone.

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