Searched defs:NativeObjectInfo (Results 1 – 1 of 1) sorted by relevance
43 struct NativeObjectInfo { struct44 static NativeObjectInfo* CreateNewInstance() { return new NativeObjectInfo(); } in CreateNewInstance() argument45 NativeEngine* engine = nullptr;46 void* nativeObject = nullptr;47 NativeFinalize callback = nullptr;48 void* hint = nullptr;