Interface ConstVehicleCollisionTester
- All Superinterfaces:
Comparable<JoltPhysicsObject>
,ConstJoltPhysicsObject
- All Known Implementing Classes:
VehicleCollisionTester
,VehicleCollisionTesterCastCylinder
,VehicleCollisionTesterCastSphere
,VehicleCollisionTesterRay
Read-only access to
VehicleCollisionTester
. (native type: const
VehicleCollisionTester)-
Method Summary
Modifier and TypeMethodDescriptionint
Return the object layer used for collision detection when no filters are overridden.Methods inherited from interface java.lang.Comparable
compareTo
Methods inherited from interface com.github.stephengold.joltjni.readonly.ConstJoltPhysicsObject
close, hasAssignedNativeObject, ownsNativeObject, targetVa
-
Method Details
-
getObjectLayer
int getObjectLayer()Return the object layer used for collision detection when no filters are overridden.- Returns:
- the index of the layer
-