Add missing xml annotations

This commit is contained in:
ExMatics HydrogenC
2023-12-03 15:18:27 +08:00
parent 23b71e7d3e
commit 6ab1663a14
4 changed files with 28 additions and 4 deletions

View File

@@ -121,13 +121,13 @@ public:
PostProcessSettings PostProcessSettings;
/// <summary>
///
/// Whether to enable font fallbacking globally.
/// </summary>
API_FIELD(Attributes = "EditorOrder(12000), EditorDisplay(\"Text Render Settings\", EditorDisplayAttribute.InlineStyle)")
bool EnableFontFallback = true;
/// <summary>
///
/// The fallback fonts used for text rendering, ignored if null.
/// </summary>
API_FIELD(Attributes = "EditorOrder(12005), EditorDisplay(\"Text Render Settings\", EditorDisplayAttribute.InlineStyle)")
FontFallbackList* FallbackFonts;