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