UnityEngine.GUIStyle.InitCopy C# (CSharp) 메소드

InitCopy() 개인적인 메소드

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