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