Interface ConstShapeSettings

All Superinterfaces:
Comparable<JoltPhysicsObject>, ConstJoltPhysicsObject
All Known Implementing Classes:
BoxShapeSettings, CapsuleShapeSettings, CompoundShapeSettings, ConvexHullShapeSettings, ConvexShapeSettings, CylinderShapeSettings, DecoratedShapeSettings, EmptyShapeSettings, HeightFieldShapeSettings, MeshShapeSettings, MutableCompoundShapeSettings, OffsetCenterOfMassShapeSettings, PlaneShapeSettings, RotatedTranslatedShapeSettings, ScaledShapeSettings, ShapeSettings, ShapeSettingsRef, SphereShapeSettings, StaticCompoundShapeSettings, TaperedCapsuleShapeSettings, TaperedCylinderShapeSettings, TriangleShapeSettings

public interface ConstShapeSettings extends ConstJoltPhysicsObject
Read-only access to a ShapeSettings object. (native type: const ShapeSettings)
  • Method Details

    • create

      ShapeResult create()
      Generate a ShapeResult from these settings.
      Returns:
      a new JVM object with a new native object assigned
    • toRefC

      Create a counted reference to the native ShapeSettings.
      Returns:
      a new JVM object with a new native object assigned