java.lang.Object
physx.physics.PxArticulationAttachment.Raw
- Enclosing class:
- PxArticulationAttachment
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voiddestroy(long address) static floatgetCoefficient(long address) static longgetLimitParameters(long address) static longgetLink(long address) static longgetParent(long address) static longgetRelativeOffset(long address) static floatgetRestLength(long address) static longgetTendon(long address) static longgetUserData(long address) static booleanisLeaf(long address) static voidrelease(long address) static voidsetCoefficient(long address, float coefficient) static voidsetLimitParameters(long address, long parameters) static voidsetRelativeOffset(long address, long offset) static voidsetRestLength(long address, float restLength) static voidsetUserData(long address, long value)
-
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)
-