setLightPosition method

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

Set the world space position for lightEntity to the given coordinates.

Implementation

@override
Future setLightPosition(ThermionEntity lightEntity, double x, double y, double z) {
  // TODO: implement setLightPosition
  throw UnimplementedError();
}