mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-03 02:50:13 +03:00
Miss file ShapeType
This commit is contained in:
@@ -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;
|
||||
}
|
||||
*/
|
||||
}
|
||||
|
Reference in New Issue
Block a user