LightManager_createLight function
- @Native<
Int Function(Pointer< (ffi.Pointer<TEngine>, ffi.Pointer<TLightManager>, ffi.UnsignedInt)>(isLeaf: true)TEngine> , Pointer<TLightManager> , UnsignedInt)>
- Pointer<
TEngine> tEngine, - Pointer<
TLightManager> tLightManager, - int tLightTtype
Implementation
@ffi.Native<
ffi.Int Function(ffi.Pointer<TEngine>, ffi.Pointer<TLightManager>,
ffi.UnsignedInt)>(isLeaf: true)
external int LightManager_createLight(
ffi.Pointer<TEngine> tEngine,
ffi.Pointer<TLightManager> tLightManager,
int tLightTtype,
);