UnityEditor.Unsupported.PasteComponentValuesFromPasteboard C# (CSharp) 메소드

PasteComponentValuesFromPasteboard() 개인적인 메소드

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