You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: classes/class_animatedtexture.rst
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,9 @@ The playback of the animation is controlled by the :ref:`speed_scale<class_Anima
27
27
28
28
\ **Note:** AnimatedTexture doesn't support using :ref:`AtlasTexture<class_AtlasTexture>`\ s. Each frame needs to be a separate :ref:`Texture2D<class_Texture2D>`.
29
29
30
-
\ **Warning:** AnimatedTexture is deprecated, and might be removed in a future release. Its current implementation is not efficient for the modern renderers.
30
+
\ **Warning:** The current implementation is not efficient for the modern renderers.
31
+
32
+
\ *Deprecated.* This class is deprecated, and might be removed in a future release.
Copy file name to clipboardExpand all lines: classes/class_astargrid2d.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -389,7 +389,7 @@ The region of grid cells available for pathfinding. If changed, :ref:`update<cla
389
389
390
390
The size of the grid (number of cells of size :ref:`cell_size<class_AStarGrid2D_property_cell_size>` on each axis). If changed, :ref:`update<class_AStarGrid2D_method_update>` needs to be called before finding the next path.
391
391
392
-
\ **Note:** This property is deprecated, use:ref:`region<class_AStarGrid2D_property_region>` instead.
Tells the parent :ref:`Container<class_Container>` nodes how they should resize and place the node on the X axis. Use one of the :ref:`SizeFlags<enum_Control_SizeFlags>` constants to change the flags. See the constants to learn what each does.
1746
+
Tells the parent :ref:`Container<class_Container>` nodes how they should resize and place the node on the X axis. Use a combination of the :ref:`SizeFlags<enum_Control_SizeFlags>` constants to change the flags. See the constants to learn what each does.
1747
1747
1748
1748
.. rst-class:: classref-item-separator
1749
1749
@@ -1777,7 +1777,7 @@ If the node and at least one of its neighbors uses the :ref:`SIZE_EXPAND<class_C
1777
1777
- void **set_v_size_flags** **(** :ref:`SizeFlags<enum_Control_SizeFlags>` value **)**
Tells the parent :ref:`Container<class_Container>` nodes how they should resize and place the node on the Y axis. Use one of the :ref:`SizeFlags<enum_Control_SizeFlags>` constants to change the flags. See the constants to learn what each does.
1780
+
Tells the parent :ref:`Container<class_Container>` nodes how they should resize and place the node on the Y axis. Use a combination of the :ref:`SizeFlags<enum_Control_SizeFlags>` constants to change the flags. See the constants to learn what each does.
Copy file name to clipboardExpand all lines: classes/class_editorexportplatformandroid.rst
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -612,6 +612,8 @@ Path of the debug keystore file.
612
612
613
613
Can be overridden with the environment variable ``GODOT_ANDROID_KEYSTORE_DEBUG_PATH``.
614
614
615
+
Fallbacks to ``EditorSettings.export/android/debug_keystore`` if empty.
616
+
615
617
.. rst-class:: classref-item-separator
616
618
617
619
----
@@ -626,6 +628,8 @@ Password for the debug keystore file.
626
628
627
629
Can be overridden with the environment variable ``GODOT_ANDROID_KEYSTORE_DEBUG_PASSWORD``.
628
630
631
+
Fallbacks to ``EditorSettings.export/android/debug_keystore_pass`` if both it and :ref:`keystore/debug<class_EditorExportPlatformAndroid_property_keystore/debug>` are empty.
632
+
629
633
.. rst-class:: classref-item-separator
630
634
631
635
----
@@ -640,6 +644,8 @@ User name for the debug keystore file.
640
644
641
645
Can be overridden with the environment variable ``GODOT_ANDROID_KEYSTORE_DEBUG_USER``.
642
646
647
+
Fallbacks to ``EditorSettings.export/android/debug_keystore_user`` if both it and :ref:`keystore/debug<class_EditorExportPlatformAndroid_property_keystore/debug>` are empty.
648
+
643
649
.. rst-class:: classref-item-separator
644
650
645
651
----
@@ -716,7 +722,7 @@ Foreground layer of the application adaptive icon file.
Application icon file. If left empty, project icon is used instead.
725
+
Application icon file. If left empty, it will fallback to :ref:`ProjectSettings.application/config/icon<class_ProjectSettings_property_application/config/icon>`.
App Store application icon file. If left empty, project icon is used instead. See `App icons <https://developer.apple.com/design/human-interface-guidelines/foundations/app-icons>`__.
393
+
App Store application icon file. If left empty, it will fallback to :ref:`ProjectSettings.application/config/icon<class_ProjectSettings_property_application/config/icon>`. See `App icons <https://developer.apple.com/design/human-interface-guidelines/foundations/app-icons>`__.
394
394
395
395
.. rst-class:: classref-item-separator
396
396
@@ -402,7 +402,7 @@ App Store application icon file. If left empty, project icon is used instead. Se
402
402
403
403
:ref:`String<class_String>` **icons/ipad_76x76**
404
404
405
-
Home screen application icon file on iPad (1x DPI). If left empty, project icon is used instead. See `App icons <https://developer.apple.com/design/human-interface-guidelines/foundations/app-icons>`__.
405
+
Home screen application icon file on iPad (1x DPI). If left empty, it will fallback to :ref:`ProjectSettings.application/config/icon<class_ProjectSettings_property_application/config/icon>`. See `App icons <https://developer.apple.com/design/human-interface-guidelines/foundations/app-icons>`__.
406
406
407
407
.. rst-class:: classref-item-separator
408
408
@@ -414,7 +414,7 @@ Home screen application icon file on iPad (1x DPI). If left empty, project icon
Home screen application icon file on iPad (2x DPI). If left empty, project icon is used instead. See `App icons <https://developer.apple.com/design/human-interface-guidelines/foundations/app-icons>`__.
417
+
Home screen application icon file on iPad (2x DPI). If left empty, it will fallback to :ref:`ProjectSettings.application/config/icon<class_ProjectSettings_property_application/config/icon>`. See `App icons <https://developer.apple.com/design/human-interface-guidelines/foundations/app-icons>`__.
418
418
419
419
.. rst-class:: classref-item-separator
420
420
@@ -426,7 +426,7 @@ Home screen application icon file on iPad (2x DPI). If left empty, project icon
Home screen application icon file on iPad (3x DPI). If left empty, project icon is used instead. See `App icons <https://developer.apple.com/design/human-interface-guidelines/foundations/app-icons>`__.
429
+
Home screen application icon file on iPad (3x DPI). If left empty, it will fallback to :ref:`ProjectSettings.application/config/icon<class_ProjectSettings_property_application/config/icon>`. See `App icons <https://developer.apple.com/design/human-interface-guidelines/foundations/app-icons>`__.
430
430
431
431
.. rst-class:: classref-item-separator
432
432
@@ -438,7 +438,7 @@ Home screen application icon file on iPad (3x DPI). If left empty, project icon
Home screen application icon file on iPhone (2x DPI). If left empty, project icon is used instead. See `App icons <https://developer.apple.com/design/human-interface-guidelines/foundations/app-icons>`__.
441
+
Home screen application icon file on iPhone (2x DPI). If left empty, it will fallback to :ref:`ProjectSettings.application/config/icon<class_ProjectSettings_property_application/config/icon>`. See `App icons <https://developer.apple.com/design/human-interface-guidelines/foundations/app-icons>`__.
442
442
443
443
.. rst-class:: classref-item-separator
444
444
@@ -450,7 +450,7 @@ Home screen application icon file on iPhone (2x DPI). If left empty, project ico
Home screen application icon file on iPhone (3x DPI). If left empty, project icon is used instead. See `App icons <https://developer.apple.com/design/human-interface-guidelines/foundations/app-icons>`__.
453
+
Home screen application icon file on iPhone (3x DPI). If left empty, it will fallback to :ref:`ProjectSettings.application/config/icon<class_ProjectSettings_property_application/config/icon>`. See `App icons <https://developer.apple.com/design/human-interface-guidelines/foundations/app-icons>`__.
454
454
455
455
.. rst-class:: classref-item-separator
456
456
@@ -462,7 +462,7 @@ Home screen application icon file on iPhone (3x DPI). If left empty, project ico
Notification icon file on iPad and iPhone (2x DPI). If left empty, project icon is used instead. See `App icons <https://developer.apple.com/design/human-interface-guidelines/foundations/app-icons>`__.
465
+
Notification icon file on iPad and iPhone (2x DPI). If left empty, it will fallback to :ref:`ProjectSettings.application/config/icon<class_ProjectSettings_property_application/config/icon>`. See `App icons <https://developer.apple.com/design/human-interface-guidelines/foundations/app-icons>`__.
466
466
467
467
.. rst-class:: classref-item-separator
468
468
@@ -474,7 +474,7 @@ Notification icon file on iPad and iPhone (2x DPI). If left empty, project icon
Notification icon file on iPhone (3x DPI). If left empty, project icon is used instead. See `App icons <https://developer.apple.com/design/human-interface-guidelines/foundations/app-icons>`__.
477
+
Notification icon file on iPhone (3x DPI). If left empty, it will fallback to :ref:`ProjectSettings.application/config/icon<class_ProjectSettings_property_application/config/icon>`. See `App icons <https://developer.apple.com/design/human-interface-guidelines/foundations/app-icons>`__.
478
478
479
479
.. rst-class:: classref-item-separator
480
480
@@ -486,7 +486,7 @@ Notification icon file on iPhone (3x DPI). If left empty, project icon is used i
Application settings icon file on iPad and iPhone (2x DPI). If left empty, project icon is used instead. See `App icons <https://developer.apple.com/design/human-interface-guidelines/foundations/app-icons>`__.
489
+
Application settings icon file on iPad and iPhone (2x DPI). If left empty, it will fallback to :ref:`ProjectSettings.application/config/icon<class_ProjectSettings_property_application/config/icon>`. See `App icons <https://developer.apple.com/design/human-interface-guidelines/foundations/app-icons>`__.
490
490
491
491
.. rst-class:: classref-item-separator
492
492
@@ -498,7 +498,7 @@ Application settings icon file on iPad and iPhone (2x DPI). If left empty, proje
Application settings icon file on iPhone (3x DPI). If left empty, project icon is used instead. See `App icons <https://developer.apple.com/design/human-interface-guidelines/foundations/app-icons>`__.
501
+
Application settings icon file on iPhone (3x DPI). If left empty, it will fallback to :ref:`ProjectSettings.application/config/icon<class_ProjectSettings_property_application/config/icon>`. See `App icons <https://developer.apple.com/design/human-interface-guidelines/foundations/app-icons>`__.
502
502
503
503
.. rst-class:: classref-item-separator
504
504
@@ -510,7 +510,7 @@ Application settings icon file on iPhone (3x DPI). If left empty, project icon i
Spotlight icon file on iPad (1x DPI). If left empty, project icon is used instead. See `App icons <https://developer.apple.com/design/human-interface-guidelines/foundations/app-icons>`__.
513
+
Spotlight icon file on iPad (1x DPI). If left empty, it will fallback to :ref:`ProjectSettings.application/config/icon<class_ProjectSettings_property_application/config/icon>`. See `App icons <https://developer.apple.com/design/human-interface-guidelines/foundations/app-icons>`__.
514
514
515
515
.. rst-class:: classref-item-separator
516
516
@@ -522,7 +522,7 @@ Spotlight icon file on iPad (1x DPI). If left empty, project icon is used instea
Spotlight icon file on iPad and iPhone (2x DPI). If left empty, project icon is used instead. See `App icons <https://developer.apple.com/design/human-interface-guidelines/foundations/app-icons>`__.
525
+
Spotlight icon file on iPad and iPhone (2x DPI). If left empty, it will fallback to :ref:`ProjectSettings.application/config/icon<class_ProjectSettings_property_application/config/icon>`. See `App icons <https://developer.apple.com/design/human-interface-guidelines/foundations/app-icons>`__.
526
526
527
527
.. rst-class:: classref-item-separator
528
528
@@ -534,7 +534,7 @@ Spotlight icon file on iPad and iPhone (2x DPI). If left empty, project icon is
Application launch screen image file, if left empty project splash screen is used instead.
537
+
Application launch screen image file. If left empty, it will fallback to :ref:`ProjectSettings.application/boot_splash/image<class_ProjectSettings_property_application/boot_splash/image>`.
538
538
539
539
.. rst-class:: classref-item-separator
540
540
@@ -546,7 +546,7 @@ Application launch screen image file, if left empty project splash screen is use
Application launch screen image file, if left empty project splash screen is used instead.
549
+
Application launch screen image file. If left empty, it will fallback to :ref:`ProjectSettings.application/boot_splash/image<class_ProjectSettings_property_application/boot_splash/image>`.
550
550
551
551
.. rst-class:: classref-item-separator
552
552
@@ -558,7 +558,7 @@ Application launch screen image file, if left empty project splash screen is use
Application launch screen image file, if left empty project splash screen is used instead.
561
+
Application launch screen image file. If left empty, it will fallback to :ref:`ProjectSettings.application/boot_splash/image<class_ProjectSettings_property_application/boot_splash/image>`.
562
562
563
563
.. rst-class:: classref-item-separator
564
564
@@ -570,7 +570,7 @@ Application launch screen image file, if left empty project splash screen is use
Application launch screen image file, if left empty project splash screen is used instead.
573
+
Application launch screen image file. If left empty, it will fallback to :ref:`ProjectSettings.application/boot_splash/image<class_ProjectSettings_property_application/boot_splash/image>`.
574
574
575
575
.. rst-class:: classref-item-separator
576
576
@@ -582,7 +582,7 @@ Application launch screen image file, if left empty project splash screen is use
Application launch screen image file, if left empty project splash screen is used instead.
585
+
Application launch screen image file. If left empty, it will fallback to :ref:`ProjectSettings.application/boot_splash/image<class_ProjectSettings_property_application/boot_splash/image>`.
586
586
587
587
.. rst-class:: classref-item-separator
588
588
@@ -594,7 +594,7 @@ Application launch screen image file, if left empty project splash screen is use
Application launch screen image file, if left empty project splash screen is used instead.
597
+
Application launch screen image file. If left empty, it will fallback to :ref:`ProjectSettings.application/boot_splash/image<class_ProjectSettings_property_application/boot_splash/image>`.
598
598
599
599
.. rst-class:: classref-item-separator
600
600
@@ -606,7 +606,7 @@ Application launch screen image file, if left empty project splash screen is use
Application launch screen image file, if left empty project splash screen is used instead.
609
+
Application launch screen image file. If left empty, it will fallback to :ref:`ProjectSettings.application/boot_splash/image<class_ProjectSettings_property_application/boot_splash/image>`.
610
610
611
611
.. rst-class:: classref-item-separator
612
612
@@ -618,7 +618,7 @@ Application launch screen image file, if left empty project splash screen is use
Application launch screen image file, if left empty project splash screen is used instead.
621
+
Application launch screen image file. If left empty, it will fallback to :ref:`ProjectSettings.application/boot_splash/image<class_ProjectSettings_property_application/boot_splash/image>`.
622
622
623
623
.. rst-class:: classref-item-separator
624
624
@@ -630,7 +630,7 @@ Application launch screen image file, if left empty project splash screen is use
Application launch screen image file, if left empty project splash screen is used instead.
633
+
Application launch screen image file. If left empty, it will fallback to :ref:`ProjectSettings.application/boot_splash/image<class_ProjectSettings_property_application/boot_splash/image>`.
634
634
635
635
.. rst-class:: classref-item-separator
636
636
@@ -642,7 +642,7 @@ Application launch screen image file, if left empty project splash screen is use
Application launch screen image file, if left empty project splash screen is used instead.
645
+
Application launch screen image file. If left empty, it will fallback to :ref:`ProjectSettings.application/boot_splash/image<class_ProjectSettings_property_application/boot_splash/image>`.
646
646
647
647
.. rst-class:: classref-item-separator
648
648
@@ -654,7 +654,7 @@ Application launch screen image file, if left empty project splash screen is use
Application launch screen image file, if left empty project splash screen is used instead.
657
+
Application launch screen image file. If left empty, it will fallback to :ref:`ProjectSettings.application/boot_splash/image<class_ProjectSettings_property_application/boot_splash/image>`.
658
658
659
659
.. rst-class:: classref-item-separator
660
660
@@ -750,7 +750,7 @@ A custom background color of the storyboard launch screen.
Application launch screen image file (2x DPI), if left empty project splash screen is used instead.
753
+
Application launch screen image file (2x DPI). If left empty, it will fallback to :ref:`ProjectSettings.application/boot_splash/image<class_ProjectSettings_property_application/boot_splash/image>`.
754
754
755
755
.. rst-class:: classref-item-separator
756
756
@@ -762,7 +762,7 @@ Application launch screen image file (2x DPI), if left empty project splash scre
Application launch screen image file (3x DPI), if left empty project splash screen is used instead.
765
+
Application launch screen image file (3x DPI). If left empty, it will fallback to :ref:`ProjectSettings.application/boot_splash/image<class_ProjectSettings_property_application/boot_splash/image>`.
Copy file name to clipboardExpand all lines: classes/class_editorexportplatformmacos.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -272,7 +272,7 @@ Copyright notice for the bundle visible to the user (localized).
272
272
273
273
:ref:`String<class_String>` **application/icon**
274
274
275
-
Application icon file. If left empty, project icon is used instead.
275
+
Application icon file. If left empty, it will fallback to :ref:`ProjectSettings.application/config/macos_native_icon<class_ProjectSettings_property_application/config/macos_native_icon>`, and then to :ref:`ProjectSettings.application/config/icon<class_ProjectSettings_property_application/config/icon>`.
0 commit comments