You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PxClientID is a typedef used for IDs assigned by PxScene. Right now I'm pretty sure that they don't get translated at all (or maybe they're completely untyped.)
We should transform the PxClientID typedef from this:
PxClientID
is a typedef used for IDs assigned byPxScene
. Right now I'm pretty sure that they don't get translated at all (or maybe they're completely untyped.)We should transform the
PxClientID
typedef from this:Into something like this:
The text was updated successfully, but these errors were encountered: