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
Read-only access to a
ShapeSettings
object. (native type: const
ShapeSettings)-
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
-
create
ShapeResult create()Generate aShapeResult
from these settings.- Returns:
- a new JVM object with a new native object assigned
-
toRefC
ShapeSettingsRefC toRefC()Create a counted reference to the nativeShapeSettings
.- Returns:
- a new JVM object with a new native object assigned
-