Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


isFinite

Return true if this GeneratorInstance is finite, meaning it has a defined length and will terminate eventually.
Read time 1 minuteLast updated 10 days ago

Definition

bool isFinite { get; }

Remarks

GeneratorInstance do not have to know their length ahead of time but for static content and editor tooling it helps.