java.lang.Object
physx.NativeObject
physx.physics.PxConstraintInfo
-
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 PxConstraintInfoarrayGet(long baseAddress, int index) voiddestroy()intgetType()voidsetConstraint(PxConstraint value) voidsetExternalReference(NativeObject value) voidsetType(int value) static PxConstraintInfowrapPointer(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
-
PxConstraintInfo
protected PxConstraintInfo() -
PxConstraintInfo
protected PxConstraintInfo(long address)
-
-
Method Details
-
wrapPointer
-
arrayGet
-
destroy
public void destroy() -
getConstraint
- Returns:
- WebIDL type:
PxConstraint
-
setConstraint
- Parameters:
value- WebIDL type:PxConstraint
-
getExternalReference
- Returns:
- WebIDL type: VoidPtr
-
setExternalReference
- Parameters:
value- WebIDL type: VoidPtr
-
getType
public int getType()- Returns:
- WebIDL type: unsigned long
-
setType
public void setType(int value) - Parameters:
value- WebIDL type: unsigned long
-