Package physx.support

Class Vector_PxRaycastHit

java.lang.Object
physx.NativeObject
physx.support.Vector_PxRaycastHit

public class Vector_PxRaycastHit extends NativeObject
  • Field Details

    • SIZEOF

      public static final int SIZEOF
    • ALIGNOF

      public static final int ALIGNOF
      See Also:
  • Constructor Details

    • Vector_PxRaycastHit

      protected Vector_PxRaycastHit(long address)
    • Vector_PxRaycastHit

      public Vector_PxRaycastHit()
    • Vector_PxRaycastHit

      public Vector_PxRaycastHit(int size)
      Parameters:
      size - WebIDL type: unsigned long
  • Method Details

    • wrapPointer

      public static Vector_PxRaycastHit wrapPointer(long address)
    • arrayGet

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

      public void destroy()
    • at

      public PxRaycastHit at(int index)
      Parameters:
      index - WebIDL type: unsigned long
      Returns:
      WebIDL type: PxRaycastHit [Ref]
    • data

      public PxRaycastHit data()
      Returns:
      WebIDL type: PxRaycastHit
    • size

      public int size()
      Returns:
      WebIDL type: unsigned long
    • push_back

      public void push_back(PxRaycastHit value)
      Parameters:
      value - WebIDL type: PxRaycastHit [Ref]
    • clear

      public void clear()