PxDefaultProfilerValueEvent#

Defined in include/extensions/PxDefaultProfiler.h

struct PxDefaultProfilerValueEvent : public PxDefaultProfilerEvent#

Public Members

PxI32 intValue#

Either integer or float data that is to be graphed.

PxF32 floatValue#

Either integer or float data that is to be graphed.

union PxDefaultProfilerValueEvent::[anonymous] [anonymous]#
PxU64 time#

The time the event was received, in tens of nano seconds.

PxU64 contextId#

The context sent with the event. User controlled data to associate with the event.

PxU64 nameKey#

The key to look up the name at a later time so strings are not stored with every event.