java.lang.Object
physx.NativeObject
physx.physics.PxBroadPhaseRegionInfo
-
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 PxBroadPhaseRegionInfoarrayGet(long baseAddress, int index) voiddestroy()booleanintintbooleanvoidsetMActive(boolean value) voidsetMNbDynamicObjects(int value) voidsetMNbStaticObjects(int value) voidsetMOverlap(boolean value) voidsetMRegion(PxBroadPhaseRegion value) static PxBroadPhaseRegionInfowrapPointer(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
-
PxBroadPhaseRegionInfo
protected PxBroadPhaseRegionInfo(long address) -
PxBroadPhaseRegionInfo
public PxBroadPhaseRegionInfo()
-
-
Method Details
-
wrapPointer
-
arrayGet
-
destroy
public void destroy() -
getMRegion
- Returns:
- WebIDL type:
PxBroadPhaseRegion[Value]
-
setMRegion
- Parameters:
value- WebIDL type:PxBroadPhaseRegion[Value]
-
getMNbStaticObjects
public int getMNbStaticObjects()- Returns:
- WebIDL type: unsigned long
-
setMNbStaticObjects
public void setMNbStaticObjects(int value) - Parameters:
value- WebIDL type: unsigned long
-
getMNbDynamicObjects
public int getMNbDynamicObjects()- Returns:
- WebIDL type: unsigned long
-
setMNbDynamicObjects
public void setMNbDynamicObjects(int value) - Parameters:
value- WebIDL type: unsigned long
-
getMActive
public boolean getMActive()- Returns:
- WebIDL type: boolean
-
setMActive
public void setMActive(boolean value) - Parameters:
value- WebIDL type: boolean
-
getMOverlap
public boolean getMOverlap()- Returns:
- WebIDL type: boolean
-
setMOverlap
public void setMOverlap(boolean value) - Parameters:
value- WebIDL type: boolean
-