java.lang.Object
physx.NativeObject
physx.particles.PxParticleClothConstraint
-
Nested Class Summary
Nested classes/interfaces inherited from class physx.NativeObject
NativeObject.Allocator<T> -
Field Summary
FieldsFields inherited from class physx.NativeObject
address, isExternallyAllocated, SIZEOF_BYTE, SIZEOF_DOUBLE, SIZEOF_FLOAT, SIZEOF_INT, SIZEOF_LONG, SIZEOF_POINTER, SIZEOF_SHORT -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic PxParticleClothConstraintarrayGet(long baseAddress, int index) voiddestroy()intfloatintintvoidsetConstraintType(int value) voidsetLength(float value) voidsetParticleIndexA(int value) voidsetParticleIndexB(int value) static PxParticleClothConstraintwrapPointer(long address) Methods inherited from class physx.NativeObject
checkNotNull, equals, getAddress, hashCode
-
Field Details
-
SIZEOF
public static final int SIZEOF -
ALIGNOF
public static final int ALIGNOF- See Also:
-
-
Constructor Details
-
PxParticleClothConstraint
protected PxParticleClothConstraint(long address) -
PxParticleClothConstraint
public PxParticleClothConstraint()
-
-
Method Details
-
wrapPointer
-
arrayGet
-
destroy
public void destroy() -
getParticleIndexA
public int getParticleIndexA()- Returns:
- WebIDL type: unsigned long
-
setParticleIndexA
public void setParticleIndexA(int value) - Parameters:
value- WebIDL type: unsigned long
-
getParticleIndexB
public int getParticleIndexB()- Returns:
- WebIDL type: unsigned long
-
setParticleIndexB
public void setParticleIndexB(int value) - Parameters:
value- WebIDL type: unsigned long
-
getLength
public float getLength()- Returns:
- WebIDL type: float
-
setLength
public void setLength(float value) - Parameters:
value- WebIDL type: float
-
getConstraintType
public int getConstraintType()- Returns:
- WebIDL type: unsigned long
-
setConstraintType
public void setConstraintType(int value) - Parameters:
value- WebIDL type: unsigned long
-