PxPvdUpdateType#
Defined in include/PxConstraintDesc.h
-
struct PxPvdUpdateType#
Flags for determining how PVD should serialize a constraint update.
See also
PxConstraintConnector::updatePvdProperties, PvdSceneClient::updateConstraint
Public Types
-
enum Enum#
Values:
-
enumerator CREATE_INSTANCE#
triggers createPvdInstance call, creates an instance of a constraint
-
enumerator RELEASE_INSTANCE#
triggers releasePvdInstance call, releases an instance of a constraint
-
enumerator UPDATE_ALL_PROPERTIES#
triggers updatePvdProperties call, updates all properties of a constraint
-
enumerator UPDATE_SIM_PROPERTIES#
triggers simUpdate call, updates all simulation properties of a constraint
-
enumerator CREATE_INSTANCE#
-
enum Enum#