class_editorexportplatformappleembedded.rst 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. :github_url: hide
  2. .. DO NOT EDIT THIS FILE!!!
  3. .. Generated automatically from Godot engine sources.
  4. .. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py.
  5. .. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/EditorExportPlatformAppleEmbedded.xml.
  6. .. _class_EditorExportPlatformAppleEmbedded:
  7. EditorExportPlatformAppleEmbedded
  8. =================================
  9. **Inherits:** :ref:`EditorExportPlatform<class_EditorExportPlatform>` **<** :ref:`RefCounted<class_RefCounted>` **<** :ref:`Object<class_Object>`
  10. **Inherited By:** :ref:`EditorExportPlatformIOS<class_EditorExportPlatformIOS>`, :ref:`EditorExportPlatformVisionOS<class_EditorExportPlatformVisionOS>`
  11. Base class for the Apple embedded platform exporters (iOS and visionOS).
  12. .. rst-class:: classref-introduction-group
  13. Description
  14. -----------
  15. The base class for Apple embedded platform exporters. These include iOS and visionOS, but not macOS. See the classes inheriting from this one for more details.
  16. .. rst-class:: classref-introduction-group
  17. Tutorials
  18. ---------
  19. - :doc:`Exporting for iOS <../tutorials/export/exporting_for_ios>`
  20. - :doc:`iOS plugins documentation index <../tutorials/platform/ios/index>`
  21. .. |virtual| replace:: :abbr:`virtual (This method should typically be overridden by the user to have any effect.)`
  22. .. |required| replace:: :abbr:`required (This method is required to be overridden when extending its base class.)`
  23. .. |const| replace:: :abbr:`const (This method has no side effects. It doesn't modify any of the instance's member variables.)`
  24. .. |vararg| replace:: :abbr:`vararg (This method accepts any number of arguments after the ones described here.)`
  25. .. |constructor| replace:: :abbr:`constructor (This method is used to construct a type.)`
  26. .. |static| replace:: :abbr:`static (This method doesn't need an instance to be called, so it can be called directly using the class name.)`
  27. .. |operator| replace:: :abbr:`operator (This method describes a valid operator to use with this type as left-hand operand.)`
  28. .. |bitfield| replace:: :abbr:`BitField (This value is an integer composed as a bitmask of the following flags.)`
  29. .. |void| replace:: :abbr:`void (No return value.)`