java.lang.Object
physx.NativeObject
physx.vehicle2.PxVehiclePhysXRoadGeometryQueryParams
A description of type of PhysX scene query and the filter data to apply to the query.
-
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
ConstructorsModifierConstructorDescriptionprotectedprotectedPxVehiclePhysXRoadGeometryQueryParams(long address) -
Method Summary
Modifier and TypeMethodDescriptionarrayGet(long baseAddress, int index) voiddestroy()The default filter data to use for the physx scene query.A filter callback to be used by the physx scene query Note: A null pointer is allowed.Array of filter data entries (one per wheel) to use for the physx scene query.A description of the type of physx scene query to employ.booleanisValid()voidThe default filter data to use for the physx scene query.voidA filter callback to be used by the physx scene query Note: A null pointer is allowed.voidArray of filter data entries (one per wheel) to use for the physx scene query.voidA description of the type of physx scene query to employ.transformAndScale(PxVehicleFrame srcFrame, PxVehicleFrame trgFrame, PxVehicleScale srcScale, PxVehicleScale trgScale) wrapPointer(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
-
PxVehiclePhysXRoadGeometryQueryParams
protected PxVehiclePhysXRoadGeometryQueryParams() -
PxVehiclePhysXRoadGeometryQueryParams
protected PxVehiclePhysXRoadGeometryQueryParams(long address)
-
-
Method Details
-
wrapPointer
-
arrayGet
-
destroy
public void destroy() -
getRoadGeometryQueryType
A description of the type of physx scene query to employ. -
setRoadGeometryQueryType
A description of the type of physx scene query to employ. -
getDefaultFilterData
The default filter data to use for the physx scene query.If per wheel filter data is provided in #filterDataEntries, then this member will be ignored.
-
setDefaultFilterData
The default filter data to use for the physx scene query.If per wheel filter data is provided in #filterDataEntries, then this member will be ignored.
-
getFilterDataEntries
Array of filter data entries (one per wheel) to use for the physx scene query.A null pointer is allowed in which case #defaultFilterData will be used for all wheels.
-
setFilterDataEntries
Array of filter data entries (one per wheel) to use for the physx scene query.A null pointer is allowed in which case #defaultFilterData will be used for all wheels.
-
getFilterCallback
A filter callback to be used by the physx scene query Note: A null pointer is allowed. -
setFilterCallback
A filter callback to be used by the physx scene query Note: A null pointer is allowed. -
transformAndScale
public PxVehiclePhysXRoadGeometryQueryParams transformAndScale(PxVehicleFrame srcFrame, PxVehicleFrame trgFrame, PxVehicleScale srcScale, PxVehicleScale trgScale) - Parameters:
srcFrame- WebIDL type:PxVehicleFrame[Const, Ref]trgFrame- WebIDL type:PxVehicleFrame[Const, Ref]srcScale- WebIDL type:PxVehicleScale[Const, Ref]trgScale- WebIDL type:PxVehicleScale[Const, Ref]- Returns:
- WebIDL type:
PxVehiclePhysXRoadGeometryQueryParams[Value]
-
isValid
public boolean isValid()- Returns:
- WebIDL type: boolean
-