Class PointCloudSourceBase<TEventMap>Abstract

Base class for sources that provide point cloud data.

Type Parameters

Hierarchy (view full)

Implements

Constructors

Properties

id: string = ...

An auto-generated UUID used internally to create unique keys for various purposes.

isMemoryUsage: true = ...

Readonly flag to indicate that his object implements MemoryUsage.

isPointCloudSource: true = ...

Read-only flag to indicate that this object is a PointCloudSource.

type: string

Accessors

  • get loading(): boolean
  • Gets whether the object is currently performing an asynchronous operation.

    Returns boolean

  • get progress(): number
  • Returns the percentage of progress, in normalized value (i.e in the [0, 1] range), of the asynchronous operations that are scheduled to run on this object. 1 means that all operations have finished.

    Returns number

Methods

  • Fire an event type.

    Type Parameters

    • T extends string

    Parameters

    Returns void