Class BroadPhaseLayerInterface
java.lang.Object
jolt.BaseJoltNative
jolt.AddressedJoltNative
jolt.physics.collision.broadphase.BroadPhaseLayerInterface
- All Implemented Interfaces:
JoltNative
BroadPhaseLayerInterface relies on preview features of the Java platform:
BroadPhaseLayerInterfacerefers to one or more preview APIs:MemoryAddress,MemorySession.
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.AddressedJoltNative
handle -
Method Summary
Modifier and TypeMethodDescriptionstatic BroadPhaseLayerInterfaceat(MemoryAddressPREVIEW addr) static BroadPhaseLayerInterfaceof(MemorySessionPREVIEW arena, BroadPhaseLayerInterfaceFn impl) Methods inherited from class jolt.AddressedJoltNative
addressMethods inherited from class jolt.BaseJoltNative
equals, hashCode
-
Method Details
-
at
-
of
public static BroadPhaseLayerInterface of(MemorySessionPREVIEW arena, BroadPhaseLayerInterfaceFn impl)
-
BroadPhaseLayerInterfacewhen preview features are enabled.