Package jolt.physics.collision
Class RayCastSettings
java.lang.Object
jolt.BaseJoltNative
jolt.SegmentedJoltNative
jolt.physics.collision.RayCastSettings
- All Implemented Interfaces:
JoltNative
RayCastSettings relies on preview features of the Java platform:
RayCastSettingsrefers to one or more preview APIs:MemoryAddress,MemorySegment,MemorySession,SegmentAllocator.
Preview features may be removed in a future release, or upgraded to permanent features of the Java platform.
-
Field Summary
Fields inherited from class jolt.SegmentedJoltNative
handle -
Method Summary
Modifier and TypeMethodDescriptionstatic RayCastSettingsat(MemorySegmentPREVIEW segment) static RayCastSettingsat(MemorySessionPREVIEW alloc, MemoryAddressPREVIEW addr) booleanstatic RayCastSettingsof(SegmentAllocatorPREVIEW alloc) voidsetBackFaceMode(BackFaceMode backFaceMode) voidsetTreatConvexAsSolid(boolean treatConvexAsSolid) Methods inherited from class jolt.SegmentedJoltNative
addressMethods inherited from class jolt.BaseJoltNative
equals, hashCode
-
Method Details
-
at
-
at
-
of
-
getBackFaceMode
-
setBackFaceMode
-
getTreatConvexAsSolid
public boolean getTreatConvexAsSolid() -
setTreatConvexAsSolid
public void setTreatConvexAsSolid(boolean treatConvexAsSolid)
-
RayCastSettingswhen preview features are enabled.