Package physx.support
Class Vector_PxU8
- java.lang.Object
-
- physx.NativeObject
-
- physx.support.Vector_PxU8
-
public class Vector_PxU8 extends NativeObject
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class physx.NativeObject
NativeObject.Allocator<T>
-
-
Field Summary
-
Fields inherited from class physx.NativeObject
address, isExternallyAllocated
-
-
Constructor Summary
Constructors Modifier Constructor Description Vector_PxU8()Vector_PxU8(int size)protectedVector_PxU8(long address)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description byteat(int index)voidclear()NativeObjectdata()voiddestroy()voidpush_back(byte value)intsize()static Vector_PxU8wrapPointer(long address)-
Methods inherited from class physx.NativeObject
checkNotNull, equals, getAddress, hashCode
-
-
-
-
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()
-
-