UnityEditor.Unsupported.PasteComponentValuesFromPasteboard C# (CSharp) Method

PasteComponentValuesFromPasteboard() private method

private PasteComponentValuesFromPasteboard ( Component component ) : bool
component UnityEngine.Component
return bool
        public static extern bool PasteComponentValuesFromPasteboard(Component component);
        [MethodImpl(MethodImplOptions.InternalCall)]