Package physx.physics

Class PxArticulationAttachment.Raw

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

public static class PxArticulationAttachment.Raw extends Object
  • Constructor Details

    • Raw

      public Raw()
  • Method Details

    • destroy

      public static void destroy(long address)
    • getUserData

      public static long getUserData(long address)
    • setUserData

      public static void setUserData(long address, long value)
    • setRestLength

      public static void setRestLength(long address, float restLength)
    • getRestLength

      public static float getRestLength(long address)
    • setLimitParameters

      public static void setLimitParameters(long address, long parameters)
    • getLimitParameters

      public static long getLimitParameters(long address)
    • setRelativeOffset

      public static void setRelativeOffset(long address, long offset)
    • getRelativeOffset

      public static long getRelativeOffset(long address)
    • setCoefficient

      public static void setCoefficient(long address, float coefficient)
    • getCoefficient

      public static float getCoefficient(long address)
    • getLink

      public static long getLink(long address)
    • getParent

      public static long getParent(long address)
    • isLeaf

      public static boolean isLeaf(long address)
    • getTendon

      public static long getTendon(long address)
    • release

      public static void release(long address)