| 85 | } |
| 86 | } |
| 87 | void importExtraData(PxDeserializationContext& context) |
| 88 | { |
| 89 | if(mMap && getWordCount()) |
| 90 | mMap = context.readExtraData<PxU32, PX_SERIAL_ALIGN>(getWordCount()); |
| 91 | } |
| 92 | //~PX_SERIALIZATION |
| 93 | |
| 94 | //sschirm: function for placement new. Almost the same as importExtraData above, but lets you set word count and map after default construction |
nothing calls this directly
no test coverage detected