addVisibility Method
Append a new VisibilityEntry to the timeline. time must be more recent than any previously-appended visibility entries.
addVisibility(time: number, visibility: number, interpolation: RenderSchedule.Interpolation = Interpolation.Linear): void
| Parameter | Type | Description |
|---|---|---|
| time | number | |
| visibility | number | |
| interpolation | RenderSchedule.Interpolation |
Returns - void
Defined in
- core/common/src/RenderSchedule.ts Line 1288
Last Updated: 24 October, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.