setLightPosition method

  1. @override
Future setLightPosition(
  1. ThermionEntity lightEntity,
  2. double x,
  3. double y,
  4. double z,
)
override

Implementation

@override
Future setLightPosition(
  ThermionEntity lightEntity,
  double x,
  double y,
  double z,
) async {
  LightManager_setPosition(app.lightManager, lightEntity, x, y, z);
}