public class PxDominanceGroupPair extends NativeObject
NativeObject.Allocator<T>address, isExternallyAllocated| Modifier | Constructor and Description |
|---|---|
protected |
PxDominanceGroupPair() |
|
PxDominanceGroupPair(byte a,
byte b) |
protected |
PxDominanceGroupPair(long address) |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
byte |
getDominance0() |
byte |
getDominance1() |
void |
setDominance0(byte value) |
void |
setDominance1(byte value) |
static PxDominanceGroupPair |
wrapPointer(long address) |
checkNotNull, equals, getAddress, hashCodeprotected PxDominanceGroupPair()
protected PxDominanceGroupPair(long address)
public PxDominanceGroupPair(byte a,
byte b)
a - WebIDL type: octetb - WebIDL type: octetpublic static PxDominanceGroupPair wrapPointer(long address)
public void destroy()
public byte getDominance0()
public void setDominance0(byte value)
value - WebIDL type: octetpublic byte getDominance1()
public void setDominance1(byte value)
value - WebIDL type: octet