java.lang.Object
physx.NativeObject
physx.vehicle2.PxVehiclePhysXConstraints
-
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 PxVehiclePhysXConstraintsarrayGet(long baseAddress, int index) voiddestroy()getConstraintConnectors(int index) getConstraints(int index) getConstraintStates(int index) voidsetConstraintConnectors(int index, PxVehicleConstraintConnector value) voidsetConstraints(int index, PxConstraint value) voidsetConstraintStates(int index, PxVehiclePhysXConstraintState value) voidstatic PxVehiclePhysXConstraintswrapPointer(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
-
PxVehiclePhysXConstraints
protected PxVehiclePhysXConstraints() -
PxVehiclePhysXConstraints
protected PxVehiclePhysXConstraints(long address)
-
-
Method Details
-
wrapPointer
-
arrayGet
-
destroy
public void destroy() -
getConstraintStates
- Parameters:
index- Array index- Returns:
- WebIDL type:
PxVehiclePhysXConstraintState[Value]
-
setConstraintStates
- Parameters:
index- Array indexvalue- WebIDL type:PxVehiclePhysXConstraintState[Value]
-
getConstraints
- Parameters:
index- Array index- Returns:
- WebIDL type:
PxConstraint
-
setConstraints
- Parameters:
index- Array indexvalue- WebIDL type:PxConstraint
-
getConstraintConnectors
- Parameters:
index- Array index- Returns:
- WebIDL type:
PxVehicleConstraintConnector
-
setConstraintConnectors
- Parameters:
index- Array indexvalue- WebIDL type:PxVehicleConstraintConnector
-
setToDefault
public void setToDefault()
-