Base class for classes used to create and edit animations.

Hierarchy (view full)

Constructors

Properties

Accessors

Methods

Constructors

  • Parameters

    • Optional opt: {
          localId?: number;
          name?: string;
          uuid?: string;
      }
      • Optional localId?: number
      • Optional name?: string
      • Optional uuid?: string

    Returns Profiles.AudioClip

Properties

localId: number
name: string

Accessors

  • get uuid(): string
  • Returns string

Methods