GDNativeLibrary.symbolPrefix

The prefix this library's entry point functions begin with. For example, a GDNativeLibrary would declare its gdnative_init function as godot_gdnative_init by default. On platforms that require statically linking libraries (currently only iOS), each library must have a different symbol_prefix.

  1. String symbolPrefix [@property getter]
  2. String symbolPrefix [@property setter]
    struct GDNativeLibrary
    @nogc nothrow @property
    void
    symbolPrefix
    (
    String v
    )

Meta