Interface ConstLod
- All Superinterfaces:
Comparable<JoltPhysicsObject>
,ConstJoltPhysicsObject
- All Known Implementing Classes:
Lod
Read-only access to a
Lod
. (native type:
const DebugRenderer::LOD
)-
Method Summary
Methods inherited from interface java.lang.Comparable
compareTo
Methods inherited from interface com.github.stephengold.joltjni.readonly.ConstJoltPhysicsObject
close, hasAssignedNativeObject, ownsNativeObject, targetVa
-
Method Details
-
getDistance
float getDistance()Return the distance. The LOD is unaffected. (native member: mDistance)- Returns:
- the distance (in meters)
-