Class that holds information about the shape that can be used for logging / data collection purposes.
More...
#include <Shape.h>
|
| Stats (size_t inSizeBytes, uint inNumTriangles) |
|
|
size_t | mSizeBytes |
| Amount of memory used by this shape (size in bytes)
|
|
uint | mNumTriangles |
| Number of triangles in this shape (when applicable)
|
|
Class that holds information about the shape that can be used for logging / data collection purposes.
◆ Stats()
Shape::Stats::Stats |
( |
size_t | inSizeBytes, |
|
|
uint | inNumTriangles ) |
|
inline |
◆ mNumTriangles
uint Shape::Stats::mNumTriangles |
Number of triangles in this shape (when applicable)
◆ mSizeBytes
size_t Shape::Stats::mSizeBytes |
Amount of memory used by this shape (size in bytes)
The documentation for this struct was generated from the following file:
- Jolt/Physics/Collision/Shape/Shape.h