Package jolt.physics.collision
Class CollidePointResult
java.lang.Object
jolt.BaseJoltNative
jolt.SegmentedJoltNative
jolt.physics.collision.CollidePointResult
- All Implemented Interfaces:
JoltNative
CollidePointResult relies on preview features of the Java platform:
CollidePointResultrefers 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 CollidePointResultat(MemorySegmentPREVIEW segment) static CollidePointResultat(MemorySessionPREVIEW alloc, MemoryAddressPREVIEW addr) intintstatic CollidePointResultof(SegmentAllocatorPREVIEW alloc) voidsetBodyId(int bodyId) voidsetSubShapeId(int subShapeId) Methods inherited from class jolt.SegmentedJoltNative
addressMethods inherited from class jolt.BaseJoltNative
equals, hashCode
-
Method Details
-
at
-
at
-
of
-
getBodyId
public int getBodyId() -
setBodyId
public void setBodyId(int bodyId) -
getSubShapeId
public int getSubShapeId() -
setSubShapeId
public void setSubShapeId(int subShapeId)
-
CollidePointResultwhen preview features are enabled.