| Urho3D
    | 
#include "../Container/ArrayPtr.h"#include "../Math/BoundingBox.h"#include "../Math/Quaternion.h"#include "../Scene/Component.h"| Classes | |
| struct | Dviglo::CollisionGeometryData | 
| Base class for collision shape geometry data.  More... | |
| struct | Dviglo::TriangleMeshData | 
| Triangle mesh geometry data.  More... | |
| struct | Dviglo::GImpactMeshData | 
| Triangle mesh geometry data.  More... | |
| struct | Dviglo::ConvexData | 
| Convex hull geometry data.  More... | |
| struct | Dviglo::HeightfieldData | 
| Heightfield geometry data.  More... | |
| class | Dviglo::CollisionShape | 
| Physics collision shape component.  More... | |
| Typedefs | |
| using | Dviglo::CollisionGeometryDataCache = HashMap< Pair< Model *, unsigned >, SharedPtr< CollisionGeometryData > > | 
| Cache of collision geometry data.  More... | |
| Enumerations | |
| enum | Dviglo::ShapeType { SHAPE_BOX = 0, SHAPE_SPHERE, SHAPE_STATICPLANE, SHAPE_CYLINDER, SHAPE_CAPSULE, SHAPE_CONE, SHAPE_TRIANGLEMESH, SHAPE_CONVEXHULL, SHAPE_TERRAIN, SHAPE_GIMPACTMESH } | 
| Collision shape type. | |
| typedef HashMap< Pair< Model *, unsigned >, SharedPtr< CollisionGeometryData > > Dviglo::CollisionGeometryDataCache | 
Cache of collision geometry data.
Cache of collision geometry data.
 1.8.17
 1.8.17