setLightPosition abstract method

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

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

Implementation

Future setLightPosition(
    ThermionEntity lightEntity, double x, double y, double z);