RenderSchedule.ColorEntry Class
A timeline entry controlling the color of the affected geometry.
Extends
Methods
| Name | Description | |
|---|---|---|
| constructor(props: RenderSchedule.ColorEntryProps): RenderSchedule.ColorEntry | ||
| compareTo(other: RenderSchedule.ColorEntry): number | ||
| toJSON(): RenderSchedule.ColorEntryProps |
Inherited methods
| Name | Inherited from | Description |
|---|---|---|
| equals(other: RenderSchedule.TimelineEntry): boolean Inherited | RenderSchedule.TimelineEntry |
Properties
| Name | Type | Description | |
|---|---|---|---|
| value Readonly | undefined | RgbColor | If defined, the color in which to draw the geometry. |
Inherited properties
| Name | Type | Inherited from | Description |
|---|---|---|---|
| interpolation Readonly Inherited | RenderSchedule.Interpolation | RenderSchedule.TimelineEntry | How to interpolate from this entry to the next entry in the timeline. |
| time Readonly Inherited | number | RenderSchedule.TimelineEntry | The time point in seconds in the Unix Epoch. |
Defined in
- core/common/src/RenderSchedule.ts Line 244
Last Updated: 29 October, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.