docs.unity3d.com
    Show / Hide Table of Contents

    Class MultiArtifactDragAndDropHandler

    Inheritance
    Object
    MultiArtifactDragAndDropHandler
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: Unity.Muse.Common.Editor
    Syntax
    [Preserve]
    public sealed class MultiArtifactDragAndDropHandler : IArtifactDragAndDropHandler

    Constructors

    MultiArtifactDragAndDropHandler(IList<IArtifactDragAndDropHandler>)

    Declaration
    public MultiArtifactDragAndDropHandler(IList<IArtifactDragAndDropHandler> handlers)
    Parameters
    Type Name Description
    IList<IArtifactDragAndDropHandler> handlers

    Methods

    CanDropHierarchy(GameObject)

    Declaration
    public bool CanDropHierarchy(GameObject dropUpon)
    Parameters
    Type Name Description
    GameObject dropUpon
    Returns
    Type Description
    Boolean
    Implements
    IArtifactDragAndDropHandler.CanDropHierarchy(GameObject)

    CanDropProject(String)

    Declaration
    public bool CanDropProject(string path)
    Parameters
    Type Name Description
    String path
    Returns
    Type Description
    Boolean
    Implements
    IArtifactDragAndDropHandler.CanDropProject(String)

    CanDropSceneView(GameObject, Vector3)

    Declaration
    public bool CanDropSceneView(GameObject dropUpon, Vector3 worldPosition)
    Parameters
    Type Name Description
    GameObject dropUpon
    Vector3 worldPosition
    Returns
    Type Description
    Boolean
    Implements
    IArtifactDragAndDropHandler.CanDropSceneView(GameObject, Vector3)

    HandleDropHierarchy(GameObject)

    Declaration
    public void HandleDropHierarchy(GameObject dropUpon)
    Parameters
    Type Name Description
    GameObject dropUpon
    Implements
    IArtifactDragAndDropHandler.HandleDropHierarchy(GameObject)

    HandleDropProject(String)

    Declaration
    public void HandleDropProject(string path)
    Parameters
    Type Name Description
    String path
    Implements
    IArtifactDragAndDropHandler.HandleDropProject(String)

    HandleDropSceneView(GameObject, Vector3)

    Declaration
    public void HandleDropSceneView(GameObject dropUpon, Vector3 worldPosition)
    Parameters
    Type Name Description
    GameObject dropUpon
    Vector3 worldPosition
    Implements
    IArtifactDragAndDropHandler.HandleDropSceneView(GameObject, 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