diff options
author | fhuya <fhuya@google.com> | 2019-10-18 09:59:04 -0700 |
---|---|---|
committer | fhuya <fhuya@google.com> | 2020-03-05 10:00:19 -0800 |
commit | f097defba135dcc8d195019c0ce0e4bf171b07a7 (patch) | |
tree | 27133f40aa4c4c204ec6a7a3fe9bec77ba145fbb /doc/classes | |
parent | 60ea8aea98e76fd4514c65ca1ebd7f015283e991 (diff) |
Re-architecture of the Godot Android plugin.
Diffstat (limited to 'doc/classes')
-rw-r--r-- | doc/classes/ProjectSettings.xml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/doc/classes/ProjectSettings.xml b/doc/classes/ProjectSettings.xml index a2c6ed34e0..8347283785 100644 --- a/doc/classes/ProjectSettings.xml +++ b/doc/classes/ProjectSettings.xml @@ -179,9 +179,6 @@ </method> </methods> <members> - <member name="android/modules" type="String" setter="" getter="" default=""""> - Comma-separated list of custom Android modules (which must have been built in the Android export templates) using their Java package path, e.g. [code]org/godotengine/org/GodotPaymentV3,org/godotengine/godot/MyCustomSingleton"[/code]. - </member> <member name="application/boot_splash/bg_color" type="Color" setter="" getter="" default="Color( 0.14, 0.14, 0.14, 1 )"> Background color for the boot splash. </member> |