Package physx.physics
Class PxDominanceGroupPair
- java.lang.Object
-
- physx.NativeObject
-
- physx.physics.PxDominanceGroupPair
-
public class PxDominanceGroupPair extends NativeObject
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class physx.NativeObject
NativeObject.Allocator<T>
-
-
Field Summary
-
Fields inherited from class physx.NativeObject
address, isExternallyAllocated
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedPxDominanceGroupPair()PxDominanceGroupPair(byte a, byte b)protectedPxDominanceGroupPair(long address)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddestroy()bytegetDominance0()bytegetDominance1()voidsetDominance0(byte value)voidsetDominance1(byte value)static PxDominanceGroupPairwrapPointer(long address)-
Methods inherited from class physx.NativeObject
checkNotNull, equals, getAddress, hashCode
-
-
-
-
Method Detail
-
wrapPointer
public static PxDominanceGroupPair wrapPointer(long address)
-
destroy
public void destroy()
-
getDominance0
public byte getDominance0()
- Returns:
- WebIDL type: octet
-
setDominance0
public void setDominance0(byte value)
- Parameters:
value- WebIDL type: octet
-
getDominance1
public byte getDominance1()
- Returns:
- WebIDL type: octet
-
setDominance1
public void setDominance1(byte value)
- Parameters:
value- WebIDL type: octet
-
-