Miss file ShapeType

This commit is contained in:
Akbar Yahya
2022-11-07 04:51:07 +08:00
parent dfe18ccb7d
commit 99086a2514
3 changed files with 8 additions and 4 deletions

View File

@@ -27,11 +27,13 @@ message ObstacleInfo {
MathQuaternion rotation = 4;
int32 obstacle_id = 2;
Vector center = 14;
ShapeType shape = 6;
//ShapeType shape = 6;
Vector3Int extents = 12;
/*
enum ShapeType {
SHAPE_TYPE_OBSTACLE_SHAPE_CAPSULE = 0;
SHAPE_TYPE_OBSTACLE_SHAPE_BOX = 1;
}
*/
}