Uses of Record Class
club.doki7.openxr.datatype.XrInteractionProfileState
Packages that use XrInteractionProfileState
-
Uses of XrInteractionProfileState in club.doki7.openxr.command
Methods in club.doki7.openxr.command with parameters of type XrInteractionProfileStateModifier and TypeMethodDescriptionint
XR.getCurrentInteractionProfile
(XrSession session, long topLevelUserPath, XrInteractionProfileState interactionProfile) int
XRStatic.getCurrentInteractionProfile
(XrSession session, long topLevelUserPath, XrInteractionProfileState interactionProfile) -
Uses of XrInteractionProfileState in club.doki7.openxr.datatype
Classes in club.doki7.openxr.datatype that implement interfaces with type arguments of type XrInteractionProfileStateModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofXrInteractionProfileState
structure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrInteractionProfileStateModifier and TypeMethodDescriptionstatic XrInteractionProfileState
@NotNull XrInteractionProfileState
XrInteractionProfileState.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static XrInteractionProfileState
XrInteractionProfileState.clone
(Arena arena, XrInteractionProfileState src) XrInteractionProfileState.interactionProfile
(long value) XrInteractionProfileState.next
(@NotNull MemorySegment value) XrInteractionProfileState.Ptr.toArray()
XrInteractionProfileState.type
(int value) Methods in club.doki7.openxr.datatype that return types with arguments of type XrInteractionProfileStateModifier and TypeMethodDescription@NotNull Iterator
<XrInteractionProfileState> XrInteractionProfileState.Ptr.iterator()
Methods in club.doki7.openxr.datatype with parameters of type XrInteractionProfileStateModifier and TypeMethodDescriptionstatic XrInteractionProfileState
XrInteractionProfileState.clone
(Arena arena, XrInteractionProfileState src) void
XrInteractionProfileState.Ptr.write
(long index, @NotNull XrInteractionProfileState value) Method parameters in club.doki7.openxr.datatype with type arguments of type XrInteractionProfileStateModifier and TypeMethodDescriptionXrInteractionProfileState.Ptr.at
(long index, @NotNull Consumer<@NotNull XrInteractionProfileState> consumer)