LightManager_setColor function
- Pointer<
TLightManager> tLightManager, - int entity,
- 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,
);