RSX Code Reference
    Preparing search index...
    • rsx
    • SceneNodeManager

    Class SceneNodeManager

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

    Index
    • Parameters

      • OptionalisInternalConstructor: boolean

      Returns SceneNodeManager

    • get id(): number

      Returns a unique identifier for this object manager.

      Returns number

    • Determines if a SceneNode with the specified instance ID exists.

      Parameters

      Returns boolean

    • 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.

    • Attempts to find the SceneObject with the specified uuid.

      Parameters

      Returns SceneObject

      The found object, or an empty handle if not found.

    • Returns true if the manager contains no objects.

      Returns boolean

    • Determines if a SceneNode with the specified instance ID exists.

      Parameters

      Returns boolean