java.lang.Object
physx.NativeObject
physx.vehicle2.PxVehiclePhysXRoadGeometryQueryParams
-
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()booleanisValid()voidvoidvoidvoidtransformAndScale(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
- Returns:
- WebIDL type:
PxVehiclePhysXRoadGeometryQueryTypeEnum[enum]
-
setRoadGeometryQueryType
- Parameters:
value- WebIDL type:PxVehiclePhysXRoadGeometryQueryTypeEnum[enum]
-
getDefaultFilterData
- Returns:
- WebIDL type:
PxQueryFilterData[Value]
-
setDefaultFilterData
- Parameters:
value- WebIDL type:PxQueryFilterData[Value]
-
getFilterDataEntries
- Returns:
- WebIDL type:
PxQueryFilterData[Nullable]
-
setFilterDataEntries
- Parameters:
value- WebIDL type:PxQueryFilterData[Nullable]
-
getFilterCallback
- Returns:
- WebIDL type:
PxQueryFilterCallback
-
setFilterCallback
- Parameters:
value- WebIDL type:PxQueryFilterCallback
-
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
-