Package physx.support

Class Vector_PxU8

    • Constructor Detail

      • Vector_PxU8

        protected Vector_PxU8​(long address)
      • Vector_PxU8

        public Vector_PxU8()
      • Vector_PxU8

        public Vector_PxU8​(int size)
        Parameters:
        size - WebIDL type: unsigned long
    • Method Detail

      • wrapPointer

        public static Vector_PxU8 wrapPointer​(long address)
      • destroy

        public void destroy()
      • at

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

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

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

        public void push_back​(byte value)
        Parameters:
        value - WebIDL type: octet
      • clear

        public void clear()