Package physx.support

Class Vector_PxU16

java.lang.Object
physx.NativeObject
physx.support.Vector_PxU16

public class Vector_PxU16 extends NativeObject
  • Field Details

    • SIZEOF

      public static final int SIZEOF
    • ALIGNOF

      public static final int ALIGNOF
      See Also:
  • Constructor Details

    • Vector_PxU16

      protected Vector_PxU16(long address)
    • Vector_PxU16

      public Vector_PxU16()
    • Vector_PxU16

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

    • wrapPointer

      public static Vector_PxU16 wrapPointer(long address)
    • arrayGet

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

      public void destroy()
    • at

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

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

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

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

      public void clear()