Interface ConstPhysicsMaterial
- All Superinterfaces:
Comparable<ConstJoltPhysicsObject>,ConstJoltPhysicsObject
- All Known Implementing Classes:
PhysicsMaterial
Read-only access to a
PhysicsMaterial. (native type: const
PhysicsMaterial)-
Method Summary
Methods inherited from interface java.lang.Comparable
compareToMethods inherited from interface com.github.stephengold.joltjni.readonly.ConstJoltPhysicsObject
close, hasAssignedNativeObject, ownsNativeObject, va
-
Method Details
-
getDebugName
String getDebugName()Return the debug name. The material is unaffected.- Returns:
- a string of text or null
-