java.lang.Object
physx.physics.PxConstraint.Raw
- Enclosing class:
- PxConstraint
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic longgetFlags(long address) static voidgetForce(long address, long linear, long angular) static floatgetMinResponseThreshold(long address) static longgetScene(long address) static booleanisValid(long address) static voidmarkDirty(long address) static voidsetActors(long address, long actor0, long actor1) static voidsetBreakForce(long address, float linear, float angular) static voidsetFlag(long address, int flag, boolean value) static voidsetFlags(long address, long flags) static voidsetMinResponseThreshold(long address, float threshold)
-
Constructor Details
-
Raw
public Raw()
-
-
Method Details
-
getScene
public static long getScene(long address) -
setActors
public static void setActors(long address, long actor0, long actor1) -
markDirty
public static void markDirty(long address) -
setFlags
public static void setFlags(long address, long flags) -
getFlags
public static long getFlags(long address) -
setFlag
public static void setFlag(long address, int flag, boolean value) -
getForce
public static void getForce(long address, long linear, long angular) -
isValid
public static boolean isValid(long address) -
setBreakForce
public static void setBreakForce(long address, float linear, float angular) -
setMinResponseThreshold
public static void setMinResponseThreshold(long address, float threshold) -
getMinResponseThreshold
public static float getMinResponseThreshold(long address)
-