Package physx.extensions
Class PxJointLinearLimit
- java.lang.Object
-
- physx.NativeObject
-
- physx.extensions.PxJointLinearLimit
-
public class PxJointLinearLimit extends NativeObject
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class physx.NativeObject
NativeObject.Allocator<T>
-
-
Field Summary
-
Fields inherited from class physx.NativeObject
address, isExternallyAllocated
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedPxJointLinearLimit()PxJointLinearLimit(float extent, PxSpring spring)protectedPxJointLinearLimit(long address)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddestroy()floatgetValue()voidsetValue(float value)static PxJointLinearLimitwrapPointer(long address)-
Methods inherited from class physx.NativeObject
checkNotNull, equals, getAddress, hashCode
-
-
-
-
Method Detail
-
wrapPointer
public static PxJointLinearLimit wrapPointer(long address)
-
destroy
public void destroy()
-
getValue
public float getValue()
- Returns:
- WebIDL type: float
-
setValue
public void setValue(float value)
- Parameters:
value- WebIDL type: float
-
-