java.lang.Object
physx.NativeObject
physx.extensions.PxCollectionExt
-
Nested Class Summary
Nested classes/interfaces inherited from class physx.NativeObject
NativeObject.Allocator<T> -
Field Summary
FieldsFields inherited from class physx.NativeObject
address, isExternallyAllocated, SIZEOF_BYTE, SIZEOF_DOUBLE, SIZEOF_FLOAT, SIZEOF_INT, SIZEOF_LONG, SIZEOF_POINTER, SIZEOF_SHORT -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic PxCollectionExtarrayGet(long baseAddress, int index) static PxCollectioncreateCollection(PxScene scene) voiddestroy()static voidreleaseObjects(PxCollection collection) static voidreleaseObjects(PxCollection collection, boolean releaseExclusiveShapes) static voidremove(PxCollection collection, short concreteType) static voidremove(PxCollection collection, short concreteType, PxCollection to) static PxCollectionExtwrapPointer(long address) Methods inherited from class physx.NativeObject
checkNotNull, equals, getAddress, hashCode
-
Field Details
-
SIZEOF
public static final int SIZEOF -
ALIGNOF
public static final int ALIGNOF- See Also:
-
-
Constructor Details
-
PxCollectionExt
protected PxCollectionExt() -
PxCollectionExt
protected PxCollectionExt(long address)
-
-
Method Details
-
wrapPointer
-
arrayGet
-
destroy
public void destroy() -
releaseObjects
- Parameters:
collection- WebIDL type:PxCollection[Ref]
-
releaseObjects
- Parameters:
collection- WebIDL type:PxCollection[Ref]releaseExclusiveShapes- WebIDL type: boolean
-
remove
- Parameters:
collection- WebIDL type:PxCollection[Ref]concreteType- WebIDL type: unsigned short
-
remove
- Parameters:
collection- WebIDL type:PxCollection[Ref]concreteType- WebIDL type: unsigned shortto- WebIDL type:PxCollection
-
createCollection
- Parameters:
scene- WebIDL type:PxScene[Ref]- Returns:
- WebIDL type:
PxCollection
-