Enum BaseModelEntity.SolidType ​
Namespace: ValveResourceFormat.Renderer.Entities
Assembly: Renderer.dll
SolidType_t from CS2: https://s2v.app/SchemaExplorer/cs2/client/SolidType_t.
csharp
public enum BaseModelEntity.SolidTypeFields ​
SOLID_NONE = 0
Not solid.
SOLID_BSP = 1
Brush model.
SOLID_BBOX = 2
Axis-aligned bounding box.
SOLID_OBB = 3
Oriented bounding box.
SOLID_SPHERE = 4
Sphere.
SOLID_POINT = 5
Point.
SOLID_VPHYSICS = 6
The model's physics collision.
SOLID_CAPSULE = 7
Capsule.
SOLID_CYLINDER = 8
Cylinder.

