java.lang.Object
physx.vehicle2.PxVehicleComponentSequence.Raw
- Enclosing class:
- PxVehicleComponentSequence
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanadd(long address, long component) static bytebeginSubstepGroup(long address) static bytebeginSubstepGroup(long address, byte nbSubSteps) static voiddestroy(long address) static voidendSubstepGroup(long address) static longstatic voidsetSubsteps(long address, byte subGroupHandle, byte nbSteps) static voidupdate(long address, float dt, long context)
-
Constructor Details
-
Raw
public Raw()
-
-
Method Details
-
PxVehicleComponentSequence
public static long PxVehicleComponentSequence() -
destroy
public static void destroy(long address) -
add
public static boolean add(long address, long component) -
beginSubstepGroup
public static byte beginSubstepGroup(long address) -
beginSubstepGroup
public static byte beginSubstepGroup(long address, byte nbSubSteps) -
endSubstepGroup
public static void endSubstepGroup(long address) -
setSubsteps
public static void setSubsteps(long address, byte subGroupHandle, byte nbSteps) -
update
public static void update(long address, float dt, long context)
-