setStencilHighlight method

  1. @override
Future setStencilHighlight(
  1. ThermionEntity entity, {
  2. double r = 1.0,
  3. double g = 0.0,
  4. double b = 0.0,
})
override

Renders an outline around entity with the given color.

Implementation

@override
Future setStencilHighlight(ThermionEntity entity, {double r = 1.0, double g = 0.0, double b = 0.0}) {
  // TODO: implement setStencilHighlight
  throw UnimplementedError();
}