Package physx.support
Class Vector_PxRaycastHit
- java.lang.Object
-
- physx.NativeObject
-
- physx.support.Vector_PxRaycastHit
-
public class Vector_PxRaycastHit 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, isStackAllocated
-
-
Constructor Summary
Constructors Modifier Constructor Description Vector_PxRaycastHit()Vector_PxRaycastHit(int size)protectedVector_PxRaycastHit(long address)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description PxRaycastHitat(int index)PxRaycastHitdata()voiddestroy()voidpush_back(PxRaycastHit value)intsize()static Vector_PxRaycastHitwrapPointer(long address)-
Methods inherited from class physx.NativeObject
getAddress
-
-
-
-
Method Detail
-
wrapPointer
public static Vector_PxRaycastHit wrapPointer(long address)
-
destroy
public void destroy()
-
at
public PxRaycastHit at(int index)
- Parameters:
index- unsigned long- Returns:
PxRaycastHit[Ref]
-
data
public PxRaycastHit data()
- Returns:
PxRaycastHit
-
size
public int size()
- Returns:
- unsigned long
-
push_back
public void push_back(PxRaycastHit value)
- Parameters:
value-PxRaycastHit[Ref]
-
-