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

    Interface IBoneHierarchyView

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

    Methods

    DrawBone(IBone, Boolean)

    Declaration
    void DrawBone(IBone bone, bool selected)
    Parameters
    Type Name Description
    IBone bone
    System.Boolean selected

    DrawLinkToParent(IBone, Boolean)

    Declaration
    void DrawLinkToParent(IBone bone, bool selected)
    Parameters
    Type Name Description
    IBone bone
    System.Boolean selected

    DrawPreviewLinkFromBone(IBone)

    Declaration
    void DrawPreviewLinkFromBone(IBone bone)
    Parameters
    Type Name Description
    IBone bone

    DrawPreviewTipFromTip(IBone)

    Declaration
    void DrawPreviewTipFromTip(IBone bone)
    Parameters
    Type Name Description
    IBone bone

    DrawTip(IBone)

    Declaration
    void DrawTip(IBone bone)
    Parameters
    Type Name Description
    IBone bone

    GetBoneRadius()

    Declaration
    float GetBoneRadius()
    Returns
    Type Description
    System.Single

    HandleBoneDrag(IBone)

    Declaration
    Vector3 HandleBoneDrag(IBone bone)
    Parameters
    Type Name Description
    IBone bone
    Returns
    Type Description
    Vector3

    HandleBoneNodeDrag(IBone)

    Declaration
    Vector3 HandleBoneNodeDrag(IBone bone)
    Parameters
    Type Name Description
    IBone bone
    Returns
    Type Description
    Vector3

    HandleBoneSelect(IBone)

    Declaration
    bool HandleBoneSelect(IBone bone)
    Parameters
    Type Name Description
    IBone bone
    Returns
    Type Description
    System.Boolean

    HandleBoneTipDrag(IBone)

    Declaration
    Vector3 HandleBoneTipDrag(IBone bone)
    Parameters
    Type Name Description
    IBone bone
    Returns
    Type Description
    Vector3

    HandleFullViewCursor(ref Vector3)

    Declaration
    bool HandleFullViewCursor(ref Vector3 mousePosition)
    Parameters
    Type Name Description
    Vector3 mousePosition
    Returns
    Type Description
    System.Boolean

    HandleTipSelect(IBone)

    Declaration
    bool HandleTipSelect(IBone bone)
    Parameters
    Type Name Description
    IBone bone
    Returns
    Type Description
    System.Boolean

    Refresh()

    Declaration
    void Refresh()

    SetRect(Rect)

    Declaration
    void SetRect(Rect rect)
    Parameters
    Type Name Description
    Rect rect

    ShowCreationCursor()

    Declaration
    void ShowCreationCursor()
    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