@@ -109,10 +109,10 @@ API_CLASS(sealed, Namespace="FlaxEditor.Content.Settings") class FLAXENGINE_API
|
|||||||
TextureQuality TexturesQuality = TextureQuality::ASTC_Medium;
|
TextureQuality TexturesQuality = TextureQuality::ASTC_Medium;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Whether to build android app bundle (aab) side by side with apk.
|
/// Whether to build Android App Bundle (aab) side by side with apk.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
API_FIELD(Attributes="EditorOrder(500), EditorDisplay(\"General\", \"Build .aab\")")
|
API_FIELD(Attributes="EditorOrder(500), EditorDisplay(\"General\", \"Build .aab\")")
|
||||||
bool BuildAAB;
|
bool BuildAAB = true;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Custom icon texture to use for the application (overrides the default one).
|
/// Custom icon texture to use for the application (overrides the default one).
|
||||||
|
|||||||
Reference in New Issue
Block a user