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