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

SetFontInternal() 개인적인 메소드

private SetFontInternal ( Font value ) : void
value Font
리턴 void
        private extern void SetFontInternal(Font value);
        [MethodImpl(MethodImplOptions.InternalCall), ThreadAndSerializationSafe]