Describes the runtime behaviour of the Generator.
This must be implemented identically on the Generator and its corresponding IGeneratorDefinition. These values are cached at instantiation and are required to be static for the lifetime of the generator.
Property | Description |
---|---|
isFinite | Declares whether this Generator has a defined length and will eventually end. |
isRealtime | Declares whether this Generator should be treated as rendering in real time. |
length | Declares the length in seconds of this Generator, if known. |