LightManager_setSpotLightCone function
- Pointer<
TLightManager> tLightManager, - int entity,
- double inner,
- double outer,
Implementation
@ffi.Native<
ffi.Void Function(ffi.Pointer<TLightManager>, EntityId, ffi.Double,
ffi.Double)>(isLeaf: true)
external void LightManager_setSpotLightCone(
ffi.Pointer<TLightManager> tLightManager,
int entity,
double inner,
double outer,
);