Class MultiArtifactDragAndDropHandler
Inheritance
MultiArtifactDragAndDropHandler
Syntax
[Preserve]
public sealed class MultiArtifactDragAndDropHandler : IArtifactDragAndDropHandler
Constructors
MultiArtifactDragAndDropHandler(IList<IArtifactDragAndDropHandler>)
Declaration
public MultiArtifactDragAndDropHandler(IList<IArtifactDragAndDropHandler> handlers)
Parameters
Methods
CanDropHierarchy(GameObject)
Declaration
public bool CanDropHierarchy(GameObject dropUpon)
Parameters
Returns
Implements
CanDropProject(String)
Declaration
public bool CanDropProject(string path)
Parameters
Type |
Name |
Description |
String |
path |
|
Returns
Implements
CanDropSceneView(GameObject, Vector3)
Declaration
public bool CanDropSceneView(GameObject dropUpon, Vector3 worldPosition)
Parameters
Returns
Implements
HandleDropHierarchy(GameObject)
Declaration
public void HandleDropHierarchy(GameObject dropUpon)
Parameters
Implements
HandleDropProject(String)
Declaration
public void HandleDropProject(string path)
Parameters
Type |
Name |
Description |
String |
path |
|
Implements
HandleDropSceneView(GameObject, Vector3)
Declaration
public void HandleDropSceneView(GameObject dropUpon, Vector3 worldPosition)
Parameters
Implements