java.lang.Object
physx.NativeObject
physx.vehicle2.PxVehiclePhysXActor
-
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 PxVehiclePhysXActorarrayGet(long baseAddress, int index) voiddestroy()getWheelShapes(int index) voidsetRigidBody(PxRigidBody value) voidvoidsetWheelShapes(int index, PxShape value) static PxVehiclePhysXActorwrapPointer(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
-
PxVehiclePhysXActor
protected PxVehiclePhysXActor() -
PxVehiclePhysXActor
protected PxVehiclePhysXActor(long address)
-
-
Method Details
-
wrapPointer
-
arrayGet
-
destroy
public void destroy() -
getRigidBody
- Returns:
- WebIDL type:
PxRigidBody
-
setRigidBody
- Parameters:
value- WebIDL type:PxRigidBody
-
getWheelShapes
- Parameters:
index- Array index- Returns:
- WebIDL type:
PxShape
-
setWheelShapes
- Parameters:
index- Array indexvalue- WebIDL type:PxShape
-
setToDefault
public void setToDefault()
-