EditorExportPlugin

Inherits: Reference < Object

Category: Core

Brief Description

Methods

void_export_begin ( PoolStringArray features, bool is_debug, String path, int flags ) virtual
void_export_end ( ) virtual
void_export_file ( String path, String type, PoolStringArray features ) virtual
voidadd_file ( String path, PoolByteArray file, bool remap )
voidadd_ios_bundle_file ( String path )
voidadd_ios_cpp_code ( String code )
voidadd_ios_framework ( String path )
voidadd_ios_linker_flags ( String flags )
voidadd_ios_plist_content ( String plist_content )
voidadd_shared_object ( String path, PoolStringArray tags )
voidskip ( )

Method Descriptions


  • void _export_end ( ) virtual



  • void add_ios_bundle_file ( String path )

  • void add_ios_cpp_code ( String code )

  • void add_ios_framework ( String path )

  • void add_ios_linker_flags ( String flags )

  • void add_ios_plist_content ( String plist_content )


  • void skip ( )