interface Keyframe {
    location: number;
    position: Vector3;
}

Properties

Properties

location: number
position: Vector3
""