setStencilHighlight abstract method
Future
setStencilHighlight(
- ThermionEntity entity, {
- double r = 1.0,
- double g = 0.0,
- double b = 0.0,
Renders an outline around entity
with the given color.
Implementation
Future setStencilHighlight(ThermionEntity entity,
{double r = 1.0, double g = 0.0, double b = 0.0});