UnityEngine.GUIStyle.SetFontInternal C# (CSharp) Method

SetFontInternal() private method

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