docs.unity3d.com
    Show / Hide Table of Contents

    Class DragAndDropFactory

    Inheritance
    Object
    DragAndDropFactory
    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
    public class DragAndDropFactory

    Methods

    CreateHandler(String, IList<Artifact>)

    Declaration
    public static IArtifactDragAndDropHandler CreateHandler(string dragAndDropInteractionType, IList<Artifact> artifacts)
    Parameters
    Type Name Description
    String dragAndDropInteractionType
    IList<Artifact> artifacts
    Returns
    Type Description
    IArtifactDragAndDropHandler

    CreateMultiHandler(IList<IArtifactDragAndDropHandler>)

    Declaration
    public static IArtifactDragAndDropHandler CreateMultiHandler(IList<IArtifactDragAndDropHandler> handlers)
    Parameters
    Type Name Description
    IList<IArtifactDragAndDropHandler> handlers
    Returns
    Type Description
    IArtifactDragAndDropHandler

    SetHandlerForArtifact(String, Type)

    Declaration
    public static bool SetHandlerForArtifact(string dragAndDropInteractionType, Type dragAndDropHandlerType)
    Parameters
    Type Name Description
    String dragAndDropInteractionType
    Type dragAndDropHandlerType
    Returns
    Type Description
    Boolean
    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