A container for entities, which is needed for explicit grouping entities in order in which they will be sent to render. All morph entities must lay on the same layer.

Hierarchy

  • Layer

Methods

  • ability for enable/disable morphing in specified layer

    Parameters

    • enable: boolean

      enable

    Returns void

  • Returns string

    layer name

  • Returns boolean

    activity flag

  • Returns boolean

    is morphing enable in the current layer

  • Set enable/disable layer flag. The disabled layer will not be rendered.

    Parameters

    • active: boolean

      activity flag.

    Returns void

  • set layer name

    Parameters

    • name: string

      layer name

    Returns void