Class PxObstacle

java.lang.Object
physx.NativeObject
physx.character.PxObstacle
Direct Known Subclasses:
PxBoxObstacle, PxCapsuleObstacle

public class PxObstacle extends NativeObject
  • Field Details

    • SIZEOF

      public static final int SIZEOF
    • ALIGNOF

      public static final int ALIGNOF
      See Also:
  • Constructor Details

    • PxObstacle

      protected PxObstacle()
    • PxObstacle

      protected PxObstacle(long address)
  • Method Details

    • wrapPointer

      public static PxObstacle wrapPointer(long address)
    • arrayGet

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

      public void destroy()
    • getMUserData

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

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

      public PxExtendedVec3 getMPos()
      Returns:
      WebIDL type: PxExtendedVec3 [Value]
    • setMPos

      public void setMPos(PxExtendedVec3 value)
      Parameters:
      value - WebIDL type: PxExtendedVec3 [Value]
    • getMRot

      public PxQuat getMRot()
      Returns:
      WebIDL type: PxQuat [Value]
    • setMRot

      public void setMRot(PxQuat value)
      Parameters:
      value - WebIDL type: PxQuat [Value]
    • getType

      public PxGeometryTypeEnum getType()
      Returns:
      WebIDL type: PxGeometryTypeEnum [enum]