UnityEngine.GUIStyle.InitCopy C# (CSharp) Method

InitCopy() private method

private InitCopy ( GUIStyle other ) : void
other GUIStyle
return void
        private extern void InitCopy(GUIStyle other);
        [MethodImpl(MethodImplOptions.InternalCall), ThreadAndSerializationSafe]