Version: Unity 6.3 Beta (6000.3)
LanguageEnglish
  • C#

ICapabilities

interface in UnityEngine.Audio

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Description

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.

Properties

Property Description
isFiniteDeclares whether this Generator has a defined length and will eventually end.
isRealtimeDeclares whether this Generator should be treated as rendering in real time.
lengthDeclares the length in seconds of this Generator, if known.