Script API - v1.26.10.22
    Preparing search index...

    Interface IVector3TimelinePropertyItem

    A property item which supports Vector3 Timeline properties

    interface IVector3TimelinePropertyItem {
        enable: boolean;
        id: string;
        paneId: string;
        typeName: PropertyItemType;
        visible: boolean;
        addNode(data: IVector3TimelinePropertyItemEntry): void;
        getData(): IVector3TimelinePropertyItemEntry[];
        getTime(): number;
        removeNode(data: IVector3TimelinePropertyItemEntry): void;
        setBounds(bounds: { maxValue: number; minValue: number }): void;
        setPrecision(precision: number): void;
        setTime(time: number): void;
        setTitle(title: LocalizedString): void;
        updateNode(data: IVector3TimelinePropertyItemEntry): void;
    }

    Hierarchy (View Summary)

    Index

    Properties

    enable: boolean

    If the item is enabled in the UI.

    id: string

    Unique ID for the property item.

    paneId: string

    The parent pane id.

    The type name of the target property.

    visible: boolean

    If the item should be visible in the UI.

    Methods

    • Returns number

      Get time current time value on the slider.

    • Parameters

      • bounds: { maxValue: number; minValue: number }

      Returns void

      Updates data entries value bounds.

    • Parameters

      • precision: number

      Returns void

      Set custom decimal precision for the calculations

    • Parameters

      • time: number

        The new time value.

      Returns void

      Set time line slider value to a new value