Package physx.support
Class Vector_PxMaterialConst
- java.lang.Object
-
- physx.NativeObject
-
- physx.support.Vector_PxMaterialConst
-
public class Vector_PxMaterialConst 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_PxMaterialConst()Vector_PxMaterialConst(int size)protectedVector_PxMaterialConst(long address)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description PxMaterialat(int index)PxMaterialConstPtrdata()voiddestroy()voidpush_back(PxMaterial value)intsize()static Vector_PxMaterialConstwrapPointer(long address)-
Methods inherited from class physx.NativeObject
checkNotNull, equals, getAddress, hashCode
-
-
-
-
Method Detail
-
wrapPointer
public static Vector_PxMaterialConst wrapPointer(long address)
-
destroy
public void destroy()
-
at
public PxMaterial at(int index)
- Parameters:
index- WebIDL type: unsigned long- Returns:
- WebIDL type:
PxMaterial[Const]
-
data
public PxMaterialConstPtr data()
- Returns:
- WebIDL type:
PxMaterialConstPtr
-
size
public int size()
- Returns:
- WebIDL type: unsigned long
-
push_back
public void push_back(PxMaterial value)
- Parameters:
value- WebIDL type:PxMaterial[Const]
-
-