Class SceneNodeManager

Manages a list of SceneNodes for a particular scene or template instance.

Hierarchy

  • FrameworkObject
    • SceneNodeManager

Constructors

  • Parameters

    • OptionalisInternalConstructor: boolean

    Returns SceneNodeManager

Accessors

  • get id(): number
  • Returns a unique identifier for this object manager.

    Returns number

Methods

  • Attempts to find a SceneNode handle based on the SceneNode uuid.

    Parameters

    Returns SceneNode

    Handle or a null, if the uuid cannot be found.

  • Attempts to find all SceneNode handle based on the specified uuids.

    Parameters

    Returns SceneNode[]

    An array containing all found objects.

  • Returns true if the manager contains no objects.

    Returns boolean

  • Checks if the SceneNode with the specified instance ID exists.

    Parameters

    Returns boolean

    Thread safe.