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)]