CylinderObstacle: {
    height: number;
    position: Vector3;
    radius: number;
    ref: ObstacleRef;
    type: "cylinder";
}

Type declaration