UnityEditor.Unsupported.PasteComponentFromPasteboard C# (CSharp) Метод

PasteComponentFromPasteboard() приватный Метод

private PasteComponentFromPasteboard ( GameObject go ) : bool
go UnityEngine.GameObject
Результат bool
        public static extern bool PasteComponentFromPasteboard(GameObject go);
        [MethodImpl(MethodImplOptions.InternalCall)]