java.lang.Object
physx.NativeObject
physx.support.Vector_PxU32
Deprecated.
-
Nested Class Summary
Nested classes/interfaces inherited from class physx.NativeObject
NativeObject.Allocator<T> -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intDeprecated.static final intDeprecated.Fields inherited from class physx.NativeObject
address, isExternallyAllocated, SIZEOF_BYTE, SIZEOF_DOUBLE, SIZEOF_FLOAT, SIZEOF_INT, SIZEOF_LONG, SIZEOF_POINTER, SIZEOF_SHORT -
Constructor Summary
ConstructorsModifierConstructorDescriptionDeprecated.Vector_PxU32(int size) Deprecated.protectedVector_PxU32(long address) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionstatic Vector_PxU32arrayGet(long baseAddress, int index) Deprecated.intat(int index) Deprecated.voidclear()Deprecated.data()Deprecated.voiddestroy()Deprecated.voidpush_back(int value) Deprecated.intsize()Deprecated.static Vector_PxU32wrapPointer(long address) Deprecated.Methods inherited from class physx.NativeObject
checkNotNull, equals, getAddress, hashCode
-
Field Details
-
SIZEOF
public static final int SIZEOFDeprecated. -
ALIGNOF
public static final int ALIGNOFDeprecated.- See Also:
-
-
Constructor Details
-
Vector_PxU32
protected Vector_PxU32(long address) Deprecated. -
Vector_PxU32
public Vector_PxU32()Deprecated. -
Vector_PxU32
public Vector_PxU32(int size) Deprecated.- Parameters:
size- WebIDL type: unsigned long
-
-
Method Details
-
wrapPointer
Deprecated. -
arrayGet
Deprecated. -
destroy
public void destroy()Deprecated. -
at
public int at(int index) Deprecated.- Parameters:
index- WebIDL type: unsigned long- Returns:
- WebIDL type: unsigned long
-
data
Deprecated.- Returns:
- WebIDL type: VoidPtr
-
size
public int size()Deprecated.- Returns:
- WebIDL type: unsigned long
-
push_back
public void push_back(int value) Deprecated.- Parameters:
value- WebIDL type: unsigned long
-
clear
public void clear()Deprecated.
-