java.lang.Object
physx.NativeObject
physx.vehicle2.PxVehicleComponentSequence
-
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 TypeMethodDescriptionbooleanadd(PxVehicleComponent component) static PxVehicleComponentSequencearrayGet(long baseAddress, int index) bytebytebeginSubstepGroup(byte nbSubSteps) voiddestroy()voidvoidsetSubsteps(byte subGroupHandle, byte nbSteps) voidupdate(float dt, PxVehicleSimulationContext context) static PxVehicleComponentSequencewrapPointer(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
-
PxVehicleComponentSequence
protected PxVehicleComponentSequence(long address) -
PxVehicleComponentSequence
public PxVehicleComponentSequence()
-
-
Method Details
-
wrapPointer
-
arrayGet
-
destroy
public void destroy() -
add
- Parameters:
component- WebIDL type:PxVehicleComponent- Returns:
- WebIDL type: boolean
-
beginSubstepGroup
public byte beginSubstepGroup()- Returns:
- WebIDL type: octet
-
beginSubstepGroup
public byte beginSubstepGroup(byte nbSubSteps) - Parameters:
nbSubSteps- WebIDL type: octet- Returns:
- WebIDL type: octet
-
endSubstepGroup
public void endSubstepGroup() -
setSubsteps
public void setSubsteps(byte subGroupHandle, byte nbSteps) - Parameters:
subGroupHandle- WebIDL type: octetnbSteps- WebIDL type: octet
-
update
- Parameters:
dt- WebIDL type: floatcontext- WebIDL type:PxVehicleSimulationContext[Const, Ref]
-