Package physx.physics
Class PxBroadPhaseRegionInfo
- java.lang.Object
-
- physx.NativeObject
-
- physx.physics.PxBroadPhaseRegionInfo
-
public class PxBroadPhaseRegionInfo 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 PxBroadPhaseRegionInfo()protectedPxBroadPhaseRegionInfo(long address)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddestroy()booleangetActive()intgetNbDynamicObjects()intgetNbStaticObjects()booleangetOverlap()PxBroadPhaseRegiongetRegion()voidsetActive(boolean value)voidsetNbDynamicObjects(int value)voidsetNbStaticObjects(int value)voidsetOverlap(boolean value)voidsetRegion(PxBroadPhaseRegion value)static PxBroadPhaseRegionInfowrapPointer(long address)-
Methods inherited from class physx.NativeObject
checkNotNull, equals, getAddress, hashCode
-
-
-
-
Method Detail
-
wrapPointer
public static PxBroadPhaseRegionInfo wrapPointer(long address)
-
destroy
public void destroy()
-
getRegion
public PxBroadPhaseRegion getRegion()
- Returns:
- WebIDL type:
PxBroadPhaseRegion[Value]
-
setRegion
public void setRegion(PxBroadPhaseRegion value)
- Parameters:
value- WebIDL type:PxBroadPhaseRegion[Value]
-
getNbStaticObjects
public int getNbStaticObjects()
- Returns:
- WebIDL type: unsigned long
-
setNbStaticObjects
public void setNbStaticObjects(int value)
- Parameters:
value- WebIDL type: unsigned long
-
getNbDynamicObjects
public int getNbDynamicObjects()
- Returns:
- WebIDL type: unsigned long
-
setNbDynamicObjects
public void setNbDynamicObjects(int value)
- Parameters:
value- WebIDL type: unsigned long
-
getActive
public boolean getActive()
- Returns:
- WebIDL type: boolean
-
setActive
public void setActive(boolean value)
- Parameters:
value- WebIDL type: boolean
-
getOverlap
public boolean getOverlap()
- Returns:
- WebIDL type: boolean
-
setOverlap
public void setOverlap(boolean value)
- Parameters:
value- WebIDL type: boolean
-
-