setLightDirection method

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

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

Implementation

@override
Future setLightDirection(ThermionEntity lightEntity, Vector3 direction) {
  // TODO: implement setLightDirection
  throw UnimplementedError();
}