public class PxBVH33MidphaseDesc extends NativeObject
NativeObject.Allocator<T>address, isExternallyAllocated| Modifier | Constructor and Description |
|---|---|
protected |
PxBVH33MidphaseDesc() |
protected |
PxBVH33MidphaseDesc(long address) |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
int |
getMeshCookingHint() |
float |
getMeshSizePerformanceTradeOff() |
boolean |
isValid() |
void |
setMeshCookingHint(int value) |
void |
setMeshSizePerformanceTradeOff(float value) |
void |
setToDefault() |
static PxBVH33MidphaseDesc |
wrapPointer(long address) |
checkNotNull, equals, getAddress, hashCodeprotected PxBVH33MidphaseDesc()
protected PxBVH33MidphaseDesc(long address)
public static PxBVH33MidphaseDesc wrapPointer(long address)
public void destroy()
public float getMeshSizePerformanceTradeOff()
public void setMeshSizePerformanceTradeOff(float value)
value - WebIDL type: floatpublic int getMeshCookingHint()
PxMeshCookingHintEnum [enum]public void setMeshCookingHint(int value)
value - WebIDL type: PxMeshCookingHintEnum [enum]public void setToDefault()
public boolean isValid()