mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
Fix miscellaneous oddities around the class reference (part 7)
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
</tutorials>
|
||||
<members>
|
||||
<member name="apk_expansion/SALT" type="String" setter="" getter="">
|
||||
Array of random bytes that the licensing Policy uses to create an [url=https://developer.android.com/google/play/licensing/adding-licensing#impl-Obfuscator]Obfuscator[/url].
|
||||
Array of random bytes that the licensing policy uses to create an [url=https://developer.android.com/google/play/licensing/adding-licensing#impl-Obfuscator]Obfuscator[/url].
|
||||
</member>
|
||||
<member name="apk_expansion/enable" type="bool" setter="" getter="">
|
||||
If [code]true[/code], project resources are stored in the separate APK expansion file, instead of the APK.
|
||||
@@ -607,7 +607,7 @@
|
||||
Allows an application to write to the user dictionary.
|
||||
</member>
|
||||
<member name="screen/background_color" type="Color" setter="" getter="">
|
||||
The background color used for the root window. Default is [code]black[/code].
|
||||
The background color used for the root window. By default it's [constant Color.BLACK].
|
||||
</member>
|
||||
<member name="screen/edge_to_edge" type="bool" setter="" getter="">
|
||||
If [code]true[/code], this makes the navigation and status bars translucent and allows the application content to extend edge to edge.
|
||||
|
||||
Reference in New Issue
Block a user