java.lang.Object
physx.NativeObject
physx.support.Vector_PxU8
-
Nested Class Summary
Nested classes/interfaces inherited from class physx.NativeObject
NativeObject.Allocator<T> -
Field Summary
FieldsFields inherited from class physx.NativeObject
address, isExternallyAllocated, SIZEOF_BYTE, SIZEOF_DOUBLE, SIZEOF_FLOAT, SIZEOF_INT, SIZEOF_LONG, SIZEOF_POINTER, SIZEOF_SHORT -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Vector_PxU8arrayGet(long baseAddress, int index) byteat(int index) voidclear()data()voiddestroy()voidpush_back(byte value) intsize()static Vector_PxU8wrapPointer(long address) Methods inherited from class physx.NativeObject
checkNotNull, equals, getAddress, hashCode
-
Field Details
-
SIZEOF
public static final int SIZEOF -
ALIGNOF
public static final int ALIGNOF- See Also:
-
-
Constructor Details
-
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 Details
-
wrapPointer
-
arrayGet
-
destroy
public void destroy() -
at
public byte at(int index) - Parameters:
index- WebIDL type: unsigned long- Returns:
- WebIDL type: octet
-
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()
-