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
void add_file ( String path, PoolByteArray file, bool remap )
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 add_shared_object ( String path, PoolStringArray tags )
void skip ( )

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 ( )