Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

AndroidSharedLibraryType

enumeration

Description

Options for the type of content that a shared library contains.

Properties

ExecutableThe shared library contains executable code.
SymbolThe shared library contains Android symbols that translate active memory addresses into information you can use, like a method name.