needLoadLibrary property

bool needLoadLibrary
getter/setter pair

内部是否自动加载so库,默认自动加载

  • true: 内部自动加载so库
  • false: 内部不会加载so库,你需要在调用 @ref create 方法前先自行加载so库

Implementation

bool needLoadLibrary = true;