Package physx.common

Class PxDebugLine

java.lang.Object
physx.NativeObject
physx.common.PxDebugLine

public class PxDebugLine extends NativeObject
Used to store a single line and colour for debug rendering.
  • Field Details

    • SIZEOF

      public static final int SIZEOF
    • ALIGNOF

      public static final int ALIGNOF
      See Also:
  • Constructor Details

    • PxDebugLine

      protected PxDebugLine()
    • PxDebugLine

      protected PxDebugLine(long address)
  • Method Details

    • wrapPointer

      public static PxDebugLine wrapPointer(long address)
    • arrayGet

      public static PxDebugLine arrayGet(long baseAddress, int index)
    • getPos0

      public PxVec3 getPos0()
    • setPos0

      public void setPos0(PxVec3 value)
    • getColor0

      public int getColor0()
    • setColor0

      public void setColor0(int value)
    • getPos1

      public PxVec3 getPos1()
    • setPos1

      public void setPos1(PxVec3 value)
    • getColor1

      public int getColor1()
    • setColor1

      public void setColor1(int value)