Options
All
  • Public
  • Public/Protected
  • All
Menu

Class LayerSceneComponent

Defines the layer scene component responsible to manage any layers in a given scene.

Hierarchy

  • LayerSceneComponent

Implements

Index

Constructors

constructor

  • Creates a new instance of the component for the given scene

    Parameters

    • Optional scene: Scene

      Defines the scene to register the component in

    Returns LayerSceneComponent

Properties

Readonly nameSearch playground for name

name: "Layer" = "Layer"

The component name helpful to identify the component in the list of scene components.

sceneSearch playground for scene

scene: Scene

The scene the component belongs to.

Methods

addFromContainerSearch playground for addFromContainer

  • Adds all the elements from the container to the scene

    Parameters

    Returns void

disposeSearch playground for dispose

  • dispose(): void
  • Disposes the component and the associated resources.

    Returns void

rebuildSearch playground for rebuild

  • rebuild(): void
  • Rebuilds the elements related to this component in case of context lost for instance.

    Returns void

registerSearch playground for register

  • register(): void
  • Registers the component in a given scene

    Returns void

removeFromContainerSearch playground for removeFromContainer

  • removeFromContainer(container: AbstractScene, dispose?: boolean): void
  • Removes all the elements in the container from the scene

    Parameters

    • container: AbstractScene

      contains the elements to remove

    • Optional dispose: boolean

      if the removed element should be disposed (default: false)

    Returns void

Legend

  • Constructor
  • Property
  • Method
  • Property
  • Method
  • Inherited property
  • Inherited method
  • Static property
  • Static method