UnityEngine.TextEditor.CanPaste C# (CSharp) Method

CanPaste() public method

public CanPaste ( ) : bool
return bool
        public bool CanPaste()
        {
            return (GUIUtility.systemCopyBuffer.Length != 0);
        }