BoxObstacle: {
    angle: number;
    halfExtents: Vector3;
    position: Vector3;
    ref: ObstacleRef;
    type: "box";
}

Type declaration