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

    Interface IBoneToolView

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

    Methods

    HandleCreate(Boolean, Boolean)

    Declaration
    bool HandleCreate(bool activated, bool enabled)
    Parameters
    Type Name Description
    System.Boolean activated
    System.Boolean enabled
    Returns
    Type Description
    System.Boolean

    HandleDelete(Boolean)

    Declaration
    bool HandleDelete(bool enabled)
    Parameters
    Type Name Description
    System.Boolean enabled
    Returns
    Type Description
    System.Boolean

    HandleFreeCreate(Boolean, Boolean)

    Declaration
    bool HandleFreeCreate(bool activated, bool enabled)
    Parameters
    Type Name Description
    System.Boolean activated
    System.Boolean enabled
    Returns
    Type Description
    System.Boolean

    HandleGlobalCancel()

    Declaration
    bool HandleGlobalCancel()
    Returns
    Type Description
    System.Boolean

    HandleMove(Boolean, Boolean)

    Declaration
    bool HandleMove(bool activated, bool enabled)
    Parameters
    Type Name Description
    System.Boolean activated
    System.Boolean enabled
    Returns
    Type Description
    System.Boolean

    HandleMultipleSelection()

    Declaration
    bool HandleMultipleSelection()
    Returns
    Type Description
    System.Boolean

    HandleParent(Boolean, Boolean)

    Declaration
    bool HandleParent(bool activated, bool enabled)
    Parameters
    Type Name Description
    System.Boolean activated
    System.Boolean enabled
    Returns
    Type Description
    System.Boolean

    HandleSplit(Boolean)

    Declaration
    bool HandleSplit(bool enabled)
    Parameters
    Type Name Description
    System.Boolean enabled
    Returns
    Type Description
    System.Boolean

    SetRect(Rect)

    Declaration
    void SetRect(Rect rect)
    Parameters
    Type Name Description
    Rect rect
    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