Uses of Record Class
club.doki7.openxr.datatype.XrActionStatePose
Packages that use XrActionStatePose
-
Uses of XrActionStatePose in club.doki7.openxr.command
Methods in club.doki7.openxr.command with parameters of type XrActionStatePoseModifier and TypeMethodDescriptionintXR.getActionStatePose(XrSession session, XrActionStateGetInfo getInfo, XrActionStatePose state) intXRStatic.getActionStatePose(XrSession session, XrActionStateGetInfo getInfo, XrActionStatePose state) -
Uses of XrActionStatePose in club.doki7.openxr.datatype
Classes in club.doki7.openxr.datatype that implement interfaces with type arguments of type XrActionStatePoseModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofXrActionStatePosestructure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrActionStatePoseModifier and TypeMethodDescriptionstatic XrActionStatePose@NotNull XrActionStatePoseXrActionStatePose.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static XrActionStatePoseXrActionStatePose.clone(Arena arena, XrActionStatePose src) XrActionStatePose.isActive(int value) XrActionStatePose.next(@NotNull MemorySegment value) XrActionStatePose.Ptr.toArray()XrActionStatePose.type(int value) Methods in club.doki7.openxr.datatype that return types with arguments of type XrActionStatePoseModifier and TypeMethodDescription@NotNull Iterator<XrActionStatePose> XrActionStatePose.Ptr.iterator()Methods in club.doki7.openxr.datatype with parameters of type XrActionStatePoseModifier and TypeMethodDescriptionstatic XrActionStatePoseXrActionStatePose.clone(Arena arena, XrActionStatePose src) voidXrActionStatePose.Ptr.write(long index, @NotNull XrActionStatePose value) Method parameters in club.doki7.openxr.datatype with type arguments of type XrActionStatePoseModifier and TypeMethodDescriptionXrActionStatePose.Ptr.at(long index, @NotNull Consumer<@NotNull XrActionStatePose> consumer)