setStencilHighlight abstract method

Future setStencilHighlight(
  1. ThermionAsset asset, {
  2. double r = 1.0,
  3. double g = 0.0,
  4. double b = 0.0,
  5. int? entity,
  6. double scale = 1.05,
  7. int primitiveIndex = 0,
})

Renders an outline around entity with the given color.

Implementation

Future setStencilHighlight(ThermionAsset asset,
    {double r = 1.0,
    double g = 0.0,
    double b = 0.0,
    int? entity,
    double scale = 1.05,
    int primitiveIndex = 0});