Package physx.physics
Class PxBroadPhaseCaps
- java.lang.Object
-
- physx.NativeObject
-
- physx.physics.PxBroadPhaseCaps
-
public class PxBroadPhaseCaps 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 PxBroadPhaseCaps()protectedPxBroadPhaseCaps(long address)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddestroy()intgetMaxNbObjects()intgetMaxNbRegions()booleangetNeedsPredefinedBounds()voidsetMaxNbObjects(int value)voidsetMaxNbRegions(int value)voidsetNeedsPredefinedBounds(boolean value)static PxBroadPhaseCapswrapPointer(long address)-
Methods inherited from class physx.NativeObject
checkNotNull, equals, getAddress, hashCode
-
-
-
-
Method Detail
-
wrapPointer
public static PxBroadPhaseCaps wrapPointer(long address)
-
destroy
public void destroy()
-
getMaxNbRegions
public int getMaxNbRegions()
- Returns:
- WebIDL type: unsigned long
-
setMaxNbRegions
public void setMaxNbRegions(int value)
- Parameters:
value- WebIDL type: unsigned long
-
getMaxNbObjects
public int getMaxNbObjects()
- Returns:
- WebIDL type: unsigned long
-
setMaxNbObjects
public void setMaxNbObjects(int value)
- Parameters:
value- WebIDL type: unsigned long
-
getNeedsPredefinedBounds
public boolean getNeedsPredefinedBounds()
- Returns:
- WebIDL type: boolean
-
setNeedsPredefinedBounds
public void setNeedsPredefinedBounds(boolean value)
- Parameters:
value- WebIDL type: boolean
-
-