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()A filter callback to be used by the physx scene query Note: A null pointer is allowed.The filter data to use for the physx scene query.A description of the type of physx scene query to employ.booleanisValid()voidA filter callback to be used by the physx scene query Note: A null pointer is allowed.voidsetFilterData(PxQueryFilterData value) The filter data 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. -
getFilterData
The filter data to use for the physx scene query. -
setFilterData
The filter data to use for the physx scene query. -
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
-