Package physx.physics

Class PxFilterData.Raw

java.lang.Object
physx.physics.PxFilterData.Raw
Enclosing class:
PxFilterData

public static class PxFilterData.Raw extends Object
  • Constructor Details

    • Raw

      public Raw()
  • Method Details

    • PxFilterData_placed

      public static void PxFilterData_placed(long address)
    • PxFilterData_placed

      public static void PxFilterData_placed(long address, int w0, int w1, int w2, int w3)
    • PxFilterData

      public static long PxFilterData()
    • PxFilterData

      public static long PxFilterData(int w0, int w1, int w2, int w3)
    • destroy

      public static void destroy(long address)
    • getWord0

      public static int getWord0(long address)
    • setWord0

      public static void setWord0(long address, int value)
    • getWord1

      public static int getWord1(long address)
    • setWord1

      public static void setWord1(long address, int value)
    • getWord2

      public static int getWord2(long address)
    • setWord2

      public static void setWord2(long address, int value)
    • getWord3

      public static int getWord3(long address)
    • setWord3

      public static void setWord3(long address, int value)