Package physx.physics

Class PxBroadPhaseRegionInfo

java.lang.Object
physx.NativeObject
physx.physics.PxBroadPhaseRegionInfo

public class PxBroadPhaseRegionInfo extends NativeObject
  • 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

      public static PxBroadPhaseRegionInfo wrapPointer(long address)
    • arrayGet

      public static PxBroadPhaseRegionInfo arrayGet(long baseAddress, int index)
    • destroy

      public void destroy()
    • getMRegion

      public PxBroadPhaseRegion getMRegion()
      Returns:
      WebIDL type: PxBroadPhaseRegion [Value]
    • setMRegion

      public void setMRegion(PxBroadPhaseRegion value)
      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