public class PxU16StridedData extends NativeObject
NativeObject.Allocator<T>address, isExternallyAllocated| Modifier | Constructor and Description |
|---|---|
protected |
PxU16StridedData() |
protected |
PxU16StridedData(long address) |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
PxU16ConstPtr |
getData() |
int |
getStride() |
void |
setData(PxU16ConstPtr value) |
void |
setStride(int value) |
static PxU16StridedData |
wrapPointer(long address) |
checkNotNull, equals, getAddress, hashCodeprotected PxU16StridedData()
protected PxU16StridedData(long address)
public static PxU16StridedData wrapPointer(long address)
public void destroy()
public int getStride()
public void setStride(int value)
value - WebIDL type: unsigned longpublic PxU16ConstPtr getData()
PxU16ConstPtr [Const, Value]public void setData(PxU16ConstPtr value)
value - WebIDL type: PxU16ConstPtr [Const, Value]