Click or drag to resize

ContentBrowserCanPaste Method


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

Parameters

filePaths  String
 
cut  Boolean
 
destinationFolder  String
 
destinationParent  Component
 

Return Value

Boolean
See Also