java.lang.Object
physx.extensions.PxCollectionExt.Raw
- Enclosing class:
- PxCollectionExt
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic longcreateCollection(long scene) static voiddestroy(long address) static voidreleaseObjects(long collection) static voidreleaseObjects(long collection, boolean releaseExclusiveShapes) static voidremove(long collection, short concreteType) static voidremove(long collection, short concreteType, long to)
-
Constructor Details
-
Raw
public Raw()
-
-
Method Details
-
destroy
public static void destroy(long address) -
releaseObjects
public static void releaseObjects(long collection) -
releaseObjects
public static void releaseObjects(long collection, boolean releaseExclusiveShapes) -
remove
public static void remove(long collection, short concreteType) -
remove
public static void remove(long collection, short concreteType, long to) -
createCollection
public static long createCollection(long scene)
-