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

    Interface IVector3TimelinePropertyItemEntry

    Properties of vector3 timeline property item entry

    interface IVector3TimelinePropertyItemEntry {
        color?: RGBA;
        id: string;
        time: number;
        value: Vector3;
    }
    Index

    Properties

    Properties

    color?: RGBA
    id: string
    time: number
    value: Vector3