java.lang.Object
physx.NativeObject
physx.vehicle2.PhysXIntegrationState
-
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 PhysXIntegrationStatearrayGet(long baseAddress, int index) voidcreate(BaseVehicleParams baseParams, PhysXIntegrationParams physxParams, PxPhysics physics, PxCookingParams params, PxMaterial defaultMaterial) voiddestroy()voidvoidsetPhysxActor(PxVehiclePhysXActor value) voidvoidvoidstatic PhysXIntegrationStatewrapPointer(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
-
PhysXIntegrationState
protected PhysXIntegrationState(long address) -
PhysXIntegrationState
public PhysXIntegrationState()
-
-
Method Details
-
wrapPointer
-
arrayGet
-
destroy
public void destroy() -
getPhysxActor
- Returns:
- WebIDL type:
PxVehiclePhysXActor[Value]
-
setPhysxActor
- Parameters:
value- WebIDL type:PxVehiclePhysXActor[Value]
-
getPhysxSteerState
- Returns:
- WebIDL type:
PxVehiclePhysXSteerState[Value]
-
setPhysxSteerState
- Parameters:
value- WebIDL type:PxVehiclePhysXSteerState[Value]
-
getPhysxConstraints
- Returns:
- WebIDL type:
PxVehiclePhysXConstraints[Value]
-
setPhysxConstraints
- Parameters:
value- WebIDL type:PxVehiclePhysXConstraints[Value]
-
destroyState
public void destroyState() -
setToDefault
public void setToDefault() -
create
public void create(BaseVehicleParams baseParams, PhysXIntegrationParams physxParams, PxPhysics physics, PxCookingParams params, PxMaterial defaultMaterial) - Parameters:
baseParams- WebIDL type:BaseVehicleParams[Const, Ref]physxParams- WebIDL type:PhysXIntegrationParams[Const, Ref]physics- WebIDL type:PxPhysics[Ref]params- WebIDL type:PxCookingParams[Const, Ref]defaultMaterial- WebIDL type:PxMaterial[Ref]
-