public class PxCollectionExt extends NativeObject
NativeObject.Allocator<T>address, isExternallyAllocated| Modifier | Constructor and Description |
|---|---|
protected |
PxCollectionExt() |
protected |
PxCollectionExt(long address) |
| Modifier and Type | Method and Description |
|---|---|
static PxCollection |
createCollection(PxScene scene) |
void |
destroy() |
static void |
releaseObjects(PxCollection collection) |
static void |
releaseObjects(PxCollection collection,
boolean releaseExclusiveShapes) |
static void |
remove(PxCollection collection,
short concreteType) |
static void |
remove(PxCollection collection,
short concreteType,
PxCollection to) |
static PxCollectionExt |
wrapPointer(long address) |
checkNotNull, equals, getAddress, hashCodeprotected PxCollectionExt()
protected PxCollectionExt(long address)
public static PxCollectionExt wrapPointer(long address)
public void destroy()
public static void releaseObjects(PxCollection collection)
collection - WebIDL type: PxCollection [Ref]public static void releaseObjects(PxCollection collection, boolean releaseExclusiveShapes)
collection - WebIDL type: PxCollection [Ref]releaseExclusiveShapes - WebIDL type: booleanpublic static void remove(PxCollection collection, short concreteType)
collection - WebIDL type: PxCollection [Ref]concreteType - WebIDL type: unsigned shortpublic static void remove(PxCollection collection, short concreteType, PxCollection to)
collection - WebIDL type: PxCollection [Ref]concreteType - WebIDL type: unsigned shortto - WebIDL type: PxCollectionpublic static PxCollection createCollection(PxScene scene)
scene - WebIDL type: PxScene [Ref]PxCollection