Package physx.support

Class Vector_PxU32

java.lang.Object
physx.NativeObject
physx.support.Vector_PxU32

public class Vector_PxU32 extends NativeObject
  • Field Details

    • SIZEOF

      public static final int SIZEOF
    • ALIGNOF

      public static final int ALIGNOF
      See Also:
  • Constructor Details

    • Vector_PxU32

      protected Vector_PxU32(long address)
    • Vector_PxU32

      public Vector_PxU32()
    • Vector_PxU32

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

    • wrapPointer

      public static Vector_PxU32 wrapPointer(long address)
    • arrayGet

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

      public void destroy()
    • at

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

      public NativeObject data()
      Returns:
      WebIDL type: VoidPtr
    • size

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

      public void push_back(int value)
      Parameters:
      value - WebIDL type: unsigned long
    • clear

      public void clear()