Package physx.physics

Class PxDominanceGroupPair

java.lang.Object
physx.NativeObject
physx.physics.PxDominanceGroupPair

public class PxDominanceGroupPair extends NativeObject
Expresses the dominance relationship of a contact. For the time being only three settings are permitted:

(1, 1), (0, 1), and (1, 0).

  • Field Details

    • SIZEOF

      public static final int SIZEOF
    • ALIGNOF

      public static final int ALIGNOF
      See Also:
  • Constructor Details

    • PxDominanceGroupPair

      protected PxDominanceGroupPair()
    • PxDominanceGroupPair

      protected PxDominanceGroupPair(long address)
    • PxDominanceGroupPair

      public PxDominanceGroupPair(byte a, byte b)
      Parameters:
      a - WebIDL type: octet
      b - WebIDL type: octet
  • Method Details

    • wrapPointer

      public static PxDominanceGroupPair wrapPointer(long address)
    • arrayGet

      public static PxDominanceGroupPair arrayGet(long baseAddress, int index)
    • destroy

      public void destroy()
    • getDominance0

      public byte getDominance0()
    • setDominance0

      public void setDominance0(byte value)
    • getDominance1

      public byte getDominance1()
    • setDominance1

      public void setDominance1(byte value)