Properties of vector3 timeline property item entry
export interface IVector3TimelinePropertyItemEntry { color?: minecraftserver.RGBA; id: string; time: number; value: minecraftserver.Vector3;} Copy
export interface IVector3TimelinePropertyItemEntry { color?: minecraftserver.RGBA; id: string; time: number; value: minecraftserver.Vector3;}
Optional
Properties of vector3 timeline property item entry
Source