RenderSchedule.ElementTimelineProps Interface
JSON representation of an ElementTimeline.
Extends
Properties
Inherited properties
Name | Type | Inherited from | Description |
---|---|---|---|
colorTimeline Inherited | RenderSchedule.ColorEntryProps[] | undefined | RenderSchedule.TimelineProps | Timeline controlling the colors of the associated geometry. |
cuttingPlaneTimeline Inherited | RenderSchedule.CuttingPlaneEntryProps[] | undefined | RenderSchedule.TimelineProps | Timeline applying ClipVectors to the associated geometry. |
transformTimeline Inherited | RenderSchedule.TransformEntryProps[] | undefined | RenderSchedule.TimelineProps | Timeline applying transforms to the associated geometry. |
visibilityTimeline Inherited | RenderSchedule.VisibilityEntryProps[] | undefined | RenderSchedule.TimelineProps | Timeline controlling the visibility of the associated geometry. |
Defined in
- core/common/src/RenderSchedule.ts Line 153
Last Updated: 29 April, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.