Package physx.extensions
Class PxCollectionExt
- java.lang.Object
-
- physx.NativeObject
-
- physx.extensions.PxCollectionExt
-
public class PxCollectionExt extends NativeObject
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class physx.NativeObject
NativeObject.Allocator<T>
-
-
Field Summary
-
Fields inherited from class physx.NativeObject
address, isExternallyAllocated
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedPxCollectionExt()protectedPxCollectionExt(long address)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description 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
-
-
-
-
Method Detail
-
wrapPointer
public static PxCollectionExt wrapPointer(long address)
-
destroy
public void destroy()
-
releaseObjects
public static void releaseObjects(PxCollection collection)
- Parameters:
collection- WebIDL type:PxCollection[Ref]
-
releaseObjects
public static void releaseObjects(PxCollection collection, boolean releaseExclusiveShapes)
- Parameters:
collection- WebIDL type:PxCollection[Ref]releaseExclusiveShapes- WebIDL type: boolean
-
remove
public static void remove(PxCollection collection, short concreteType)
- Parameters:
collection- WebIDL type:PxCollection[Ref]concreteType- WebIDL type: unsigned short
-
remove
public static void remove(PxCollection collection, short concreteType, PxCollection to)
- Parameters:
collection- WebIDL type:PxCollection[Ref]concreteType- WebIDL type: unsigned shortto- WebIDL type:PxCollection
-
createCollection
public static PxCollection createCollection(PxScene scene)
- Parameters:
scene- WebIDL type:PxScene[Ref]- Returns:
- WebIDL type:
PxCollection
-
-