Name | Type | Description |
---|---|---|
entityCluster |
EntityCluster | The entity cluster to manage the collection of billboards and optionally cluster with other entities. |
entityCollection |
EntityCollection | The entityCollection to visualize. |
Members
EntityCollection.ThrottleType = {
MAX: 0,
DYNAMIC: 1
};
Methods
Removes and destroys all primitives created by this instance.
Returns true if this object was destroyed; otherwise, false.
Returns:
True if this object was destroyed; otherwise, false.
Determines whether an update is required based on throttle parameters
Name | Type | Description |
---|---|---|
time |
JulianDate | The time to update to. |
Returns:
This function always returns true.
Updates the primitives created by this visualizer to match their
Entity counterpart at the given time.
Name | Type | Description |
---|---|---|
time |
JulianDate | The time to update to. |
Returns:
This function always returns true.