LightManager_setColor function

  1. @Native<Void Function(Pointer<TLightManager>, EntityId, Float)>(ffi.Pointer<TLightManager>, EntityId, ffi.Float)>(isLeaf: true)
void LightManager_setColor(
  1. Pointer<TLightManager> tLightManager,
  2. int entity,
  3. double colorTemperature
)

Implementation

@ffi.Native<ffi.Void Function(ffi.Pointer<TLightManager>, EntityId, ffi.Float)>(
    isLeaf: true)
external void LightManager_setColor(
  ffi.Pointer<TLightManager> tLightManager,
  int entity,
  double colorTemperature,
);