java.lang.Object
physx.NativeObject
physx.support.Vector_PxRaycastHit
-
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
ConstructorsModifierConstructorDescriptionVector_PxRaycastHit(int size) protectedVector_PxRaycastHit(long address) -
Method Summary
Modifier and TypeMethodDescriptionstatic Vector_PxRaycastHitarrayGet(long baseAddress, int index) at(int index) voidclear()data()voiddestroy()voidpush_back(PxRaycastHit value) intsize()static Vector_PxRaycastHitwrapPointer(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_PxRaycastHit
protected Vector_PxRaycastHit(long address) -
Vector_PxRaycastHit
public Vector_PxRaycastHit() -
Vector_PxRaycastHit
public Vector_PxRaycastHit(int size) - Parameters:
size- WebIDL type: unsigned long
-
-
Method Details
-
wrapPointer
-
arrayGet
-
destroy
public void destroy() -
at
- Parameters:
index- WebIDL type: unsigned long- Returns:
- WebIDL type:
PxRaycastHit[Ref]
-
data
- Returns:
- WebIDL type:
PxRaycastHit
-
size
public int size()- Returns:
- WebIDL type: unsigned long
-
push_back
- Parameters:
value- WebIDL type:PxRaycastHit[Ref]
-
clear
public void clear()
-