probePassName static method

String probePassName(
  1. int index
)

What a reflection probe's pass is called, for probe index.

A function rather than a list entry because the count belongs to the scene: a level with nine probes registers nine of these, and an engine that published a fixed set of names would be publishing a guess about somebody else's world.

Implementation

static String probePassName(int index) => 'reflection probe $index';