All Implemented Interfaces:
ConstJoltPhysicsObject, AutoCloseable, Comparable<JoltPhysicsObject>

public class Rtti extends JoltPhysicsObject
Real-time type information for a Jolt Physics object. (native type: RTTI)
  • Method Details

    • getName

      public String getName()
      Return the name of the C++ identifier. The type information is unaffected.
      Returns:
      the name (not null)
    • isEqual

      public boolean isEqual(Rtti other)
      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 (not null, unaffected)
      Returns:
      true if equal, false if unequal