Interface IBone | Package Manager UI website
docs.unity3d.com
    Show / Hide Table of Contents

    Interface IBone

    Namespace: UnityEditor.Experimental.U2D.Animation
    Syntax
    public interface IBone

    Properties

    depth

    Declaration
    float depth { get; set; }
    Property Value
    Type Description
    System.Single

    isRoot

    Declaration
    bool isRoot { get; }
    Property Value
    Type Description
    System.Boolean

    length

    Declaration
    float length { get; }
    Property Value
    Type Description
    System.Single

    name

    Declaration
    string name { get; }
    Property Value
    Type Description
    System.String

    parent

    Declaration
    IBone parent { get; }
    Property Value
    Type Description
    IBone

    parentId

    Declaration
    int parentId { get; }
    Property Value
    Type Description
    System.Int32

    position

    Declaration
    Vector3 position { get; }
    Property Value
    Type Description
    Vector3

    rotation

    Declaration
    Quaternion rotation { get; }
    Property Value
    Type Description
    Quaternion

    tip

    Declaration
    Vector3 tip { get; }
    Property Value
    Type Description
    Vector3
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023