MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / clear

Method clear

Source/ThirdParty/PhysX/foundation/PxArray.h:250–254  ·  view source on GitHub ↗

! Clears the array. */

Source from the content-addressed store, hash-verified

248 Clears the array.
249 */
250 PX_INLINE void clear()
251 {
252 destroy(mData, mData + mSize);
253 mSize = 0;
254 }
255
256 /*!
257 Returns whether the array is empty (i.e. whether its size is 0).

Callers

nothing calls this directly

Calls 1

destroyFunction · 0.85

Tested by

no test coverage detected