setLightDirection abstract method

Future setLightDirection(
  1. ThermionEntity lightEntity,
  2. Vector3 direction
)

Sets the world space direction for lightEntity to the given vector.

Implementation

Future setLightDirection(ThermionEntity lightEntity, Vector3 direction);