public class PxSimpleTriangleMesh extends NativeObject
NativeObject.Allocator<T>address, isExternallyAllocated| Modifier | Constructor and Description |
|---|---|
|
PxSimpleTriangleMesh() |
protected |
PxSimpleTriangleMesh(long address) |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
PxMeshFlags |
getFlags() |
PxBoundedData |
getPoints() |
PxBoundedData |
getTriangles() |
boolean |
isValid() |
void |
setFlags(PxMeshFlags value) |
void |
setPoints(PxBoundedData value) |
void |
setToDefault() |
void |
setTriangles(PxBoundedData value) |
static PxSimpleTriangleMesh |
wrapPointer(long address) |
checkNotNull, equals, getAddress, hashCodeprotected PxSimpleTriangleMesh(long address)
public PxSimpleTriangleMesh()
public static PxSimpleTriangleMesh wrapPointer(long address)
public void destroy()
public PxBoundedData getPoints()
PxBoundedData [Value]public void setPoints(PxBoundedData value)
value - WebIDL type: PxBoundedData [Value]public PxBoundedData getTriangles()
PxBoundedData [Value]public void setTriangles(PxBoundedData value)
value - WebIDL type: PxBoundedData [Value]public PxMeshFlags getFlags()
PxMeshFlags [Value]public void setFlags(PxMeshFlags value)
value - WebIDL type: PxMeshFlags [Value]public void setToDefault()
public boolean isValid()