LightManager_createLight function

  1. @Native<Int Function(Pointer<TEngine>, Pointer<TLightManager>, UnsignedInt)>(ffi.Pointer<TEngine>, ffi.Pointer<TLightManager>, ffi.UnsignedInt)>(isLeaf: true)
int LightManager_createLight(
  1. Pointer<TEngine> tEngine,
  2. Pointer<TLightManager> tLightManager,
  3. 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,
);