Package jolt.physics.body
Class BodyLockInterface
java.lang.Object
jolt.BaseJoltNative
jolt.AddressedJoltNative
jolt.physics.body.BodyLockInterface
- All Implemented Interfaces:
JoltNative
BodyLockInterface relies on preview features of the Java platform:
BodyLockInterfacerefers to one or more preview APIs:MemoryAddress.
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 BodyLockInterfaceat(MemoryAddressPREVIEW addr) voidlockRead(int bodyId, BodyLockRead out) voidlockWrite(int bodyId, BodyLockWrite out) voidunlockRead(BodyLockRead lock) voidunlockWrite(BodyLockWrite lock) Methods inherited from class jolt.AddressedJoltNative
addressMethods inherited from class jolt.BaseJoltNative
equals, hashCode
-
Method Details
-
at
-
lockRead
-
unlockRead
-
lockWrite
-
unlockWrite
-
BodyLockInterfacewhen preview features are enabled.