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
- Type: Property
- Namespace: UnityEngine.Audio
- Assembly: UnityEngine.AudioModule
bool isFinite { get; }
Remarks
GeneratorInstance do not have to know their length ahead of time but for static content and editor tooling it helps.
Additional Resources: GeneratorInstance.ICapabilities.length