flywave-map-controls.controlpointoptions
Home > @flywave/flywave-map-controls > ControlPointOptions
ControlPointOptions interface
This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
The Options used to create a ControlPoint
Signature:
export interface ControlPointOptions extends Partial<Pick<LookAtParams, "target" | "tilt" | "heading" | "distance">>
Extends: Partial<Pick<LookAtParams, "target" | "tilt" | "heading" | "distance">>
Properties
Property | Modifiers | Type | Description |
|---|---|---|---|
string | (BETA) (Optional) A name for the ControlPoint | ||
number | (BETA) A timestamp for the [[ControlPoint]], describes when during the animation the [[ControlPoint]] should be reached, in seconds |