Package physx.common

Class PxDebugPoint

java.lang.Object
physx.NativeObject
physx.common.PxDebugPoint

public class PxDebugPoint extends NativeObject
  • Field Details

    • SIZEOF

      public static final int SIZEOF
    • ALIGNOF

      public static final int ALIGNOF
      See Also:
  • Constructor Details

    • PxDebugPoint

      protected PxDebugPoint()
    • PxDebugPoint

      protected PxDebugPoint(long address)
  • Method Details

    • wrapPointer

      public static PxDebugPoint wrapPointer(long address)
    • arrayGet

      public static PxDebugPoint arrayGet(long baseAddress, int index)
    • getPos

      public PxVec3 getPos()
      Returns:
      WebIDL type: PxVec3 [Value]
    • setPos

      public void setPos(PxVec3 value)
      Parameters:
      value - WebIDL type: PxVec3 [Value]
    • getColor

      public int getColor()
      Returns:
      WebIDL type: unsigned long
    • setColor

      public void setColor(int value)
      Parameters:
      value - WebIDL type: unsigned long