BNM 2.4.0
 
Loading...
Searching...
No Matches
BNM::ClassesManagement Namespace Reference

Namespace with some advanced APIs of ClassesManagement. More...

Functions

void ProcessClassRuntime (BNM::MANAGEMENT_STRUCTURES::CustomClass *customClass)
 Process custom class at runtime.
 

Detailed Description

Namespace with some advanced APIs of ClassesManagement.

Function Documentation

◆ ProcessClassRuntime()

void BNM::ClassesManagement::ProcessClassRuntime ( BNM::MANAGEMENT_STRUCTURES::CustomClass * customClass)

Process custom class at runtime.

Warning
Should be used in main il2cpp thread!

Using that method you can give to BNM class that it will process at runtime. Useful if you need add custom later.

Parameters
customClassCustom class info to process