java.lang.Object
com.github.stephengold.joltjni.JoltPhysicsObject
com.github.stephengold.joltjni.Rtti
- All Implemented Interfaces:
ConstJoltPhysicsObject,AutoCloseable,Comparable<JoltPhysicsObject>
Real-time type information for a Jolt Physics object. (native type: RTTI)
-
Method Summary
Methods inherited from class com.github.stephengold.joltjni.JoltPhysicsObject
close, compareTo, equals, getContainingObject, hasAssignedNativeObject, hashCode, isCleanerStarted, ownsNativeObject, setVirtualAddress, setVirtualAddress, startCleaner, targetVa, toString, va
-
Method Details
-
getName
Return the name of the C++ identifier. The type information is unaffected.- Returns:
- the name (not null)
-
isEqual
Test whether the current type information is equivalent to the argument. Both objects are unaffected. (native operator: binary==)- Parameters:
other- the type information to compare with (notnull, unaffected)- Returns:
trueif equal,falseif unequal
-