Implements

Constructors

Accessors

  • get length(): number
  • Returns number

Methods

  • Returns IterableIterator<CanonicalMeshBuffer, any, any>

  • Add a mesh to this geometry collection.

    Parameters

    Returns void

  • Returns number

    • size of the geometry data
  • Drop the mesh for a particular local ID

    Parameters

    • localID: number

      The local ID of the item to delete.

    Returns void

  • Delete the temporaries from this.

    Returns void

  • Get the geometry children for a particular local ID.

    Parameters

    • localID: number

      The local ID to get children for.

    Returns undefined | number[]

    The children local IDs, or undefined if there are none.