Click or drag to resize

ContentBrowserCanPaste Method

Namespace:  NeoAxis.Editor
Assembly:  NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public bool CanPaste(
	out string[] filePaths,
	out bool cut,
	out string destinationFolder,
	out Component destinationParent
)

Parameters

filePaths
Type: SystemString
cut
Type: SystemBoolean
destinationFolder
Type: SystemString
destinationParent
Type: NeoAxisComponent

Return Value

Type: Boolean
See Also