Contents

PHASEAsset

A base class that adds a name to framework assets.

Declaration

class PHASEAsset

Overview

Through inheritance, this class adds a string identifier to subclasses, for example, PHASESoundAsset and PHASESoundEventNodeAsset.

PHASE generates objects of this type based on template PHASEDefinition subclasses. For example, PHASE gives you a PHASESoundEventNodeAsset when you register a PHASESoundEventNodeDefinition with the asset registry via registerSoundEventAsset(rootNode:identifier:).

Topics

Identifying an Asset

Classifying an Asset

See Also

Audio Selection and Playback