Package physx.support
Class Vector_PxSweepQueryResult
- java.lang.Object
-
- physx.NativeObject
-
- physx.support.Vector_PxSweepQueryResult
-
public class Vector_PxSweepQueryResult 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_PxSweepQueryResult()Vector_PxSweepQueryResult(int size)protectedVector_PxSweepQueryResult(long address)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description PxSweepQueryResultat(int index)voidclear()PxSweepQueryResultdata()voiddestroy()voidpush_back(PxSweepQueryResult value)intsize()static Vector_PxSweepQueryResultwrapPointer(long address)-
Methods inherited from class physx.NativeObject
checkNotNull, equals, getAddress, hashCode
-
-
-
-
Method Detail
-
wrapPointer
public static Vector_PxSweepQueryResult wrapPointer(long address)
-
destroy
public void destroy()
-
at
public PxSweepQueryResult at(int index)
- Parameters:
index- WebIDL type: unsigned long- Returns:
- WebIDL type:
PxSweepQueryResult[Ref]
-
data
public PxSweepQueryResult data()
- Returns:
- WebIDL type:
PxSweepQueryResult
-
size
public int size()
- Returns:
- WebIDL type: unsigned long
-
push_back
public void push_back(PxSweepQueryResult value)
- Parameters:
value- WebIDL type:PxSweepQueryResult[Ref]
-
clear
public void clear()
-
-