public class PxHeightFieldSample extends NativeObject
NativeObject.Allocator<T>address, isExternallyAllocated| Modifier | Constructor and Description |
|---|---|
protected |
PxHeightFieldSample() |
protected |
PxHeightFieldSample(long address) |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
short |
getHeight() |
byte |
getMaterialIndex0() |
byte |
getMaterialIndex1() |
void |
setHeight(short value) |
void |
setMaterialIndex0(byte value) |
void |
setMaterialIndex1(byte value) |
static PxHeightFieldSample |
wrapPointer(long address) |
checkNotNull, equals, getAddress, hashCodeprotected PxHeightFieldSample()
protected PxHeightFieldSample(long address)
public static PxHeightFieldSample wrapPointer(long address)
public void destroy()
public short getHeight()
public void setHeight(short value)
value - WebIDL type: shortpublic byte getMaterialIndex0()
public void setMaterialIndex0(byte value)
value - WebIDL type: octetpublic byte getMaterialIndex1()
public void setMaterialIndex1(byte value)
value - WebIDL type: octet