Package physx.support
Class Vector_PxMaterial
- java.lang.Object
-
- physx.NativeObject
-
- physx.support.Vector_PxMaterial
-
public class Vector_PxMaterial 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_PxMaterial()Vector_PxMaterial(int size)protectedVector_PxMaterial(long address)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description PxMaterialat(int index)PxMaterialPtrdata()voiddestroy()voidpush_back(PxMaterial value)intsize()static Vector_PxMaterialwrapPointer(long address)-
Methods inherited from class physx.NativeObject
getAddress
-
-
-
-
Method Detail
-
wrapPointer
public static Vector_PxMaterial wrapPointer(long address)
-
destroy
public void destroy()
-
at
public PxMaterial at(int index)
- Parameters:
index- unsigned long- Returns:
PxMaterial[Const]
-
data
public PxMaterialPtr data()
- Returns:
PxMaterialPtr
-
size
public int size()
- Returns:
- unsigned long
-
push_back
public void push_back(PxMaterial value)
- Parameters:
value-PxMaterial
-
-