Jolt Physics
A multi core friendly Game Physics Engine
Loading...
Searching...
No Matches
Shape::Stats Struct Reference

Class that holds information about the shape that can be used for logging / data collection purposes. More...

#include <Shape.h>

Public Member Functions

 Stats (size_t inSizeBytes, uint inNumTriangles)
 

Public Attributes

size_t mSizeBytes
 Amount of memory used by this shape (size in bytes)
 
uint mNumTriangles
 Number of triangles in this shape (when applicable)
 

Detailed Description

Class that holds information about the shape that can be used for logging / data collection purposes.

Constructor & Destructor Documentation

◆ Stats()

Shape::Stats::Stats ( size_t  inSizeBytes,
uint  inNumTriangles 
)
inline

Member Data Documentation

◆ 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: