Package physx.physics

Class PxBroadPhaseRegion

java.lang.Object
physx.NativeObject
physx.physics.PxBroadPhaseRegion

public class PxBroadPhaseRegion extends NativeObject
  • Field Details

    • SIZEOF

      public static final int SIZEOF
    • ALIGNOF

      public static final int ALIGNOF
      See Also:
  • Constructor Details

    • PxBroadPhaseRegion

      protected PxBroadPhaseRegion(long address)
    • PxBroadPhaseRegion

      public PxBroadPhaseRegion()
  • Method Details

    • wrapPointer

      public static PxBroadPhaseRegion wrapPointer(long address)
    • arrayGet

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

      public void destroy()
    • getMBounds

      public PxBounds3 getMBounds()
      Returns:
      WebIDL type: PxBounds3 [Value]
    • setMBounds

      public void setMBounds(PxBounds3 value)
      Parameters:
      value - WebIDL type: PxBounds3 [Value]
    • getMUserData

      public NativeObject getMUserData()
      Returns:
      WebIDL type: VoidPtr
    • setMUserData

      public void setMUserData(NativeObject value)
      Parameters:
      value - WebIDL type: VoidPtr