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 TypeMethodDescriptionintXR.getCurrentInteractionProfile(XrSession session, long topLevelUserPath, XrInteractionProfileState interactionProfile) intXRStatic.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 recordRepresents a pointer to / an array ofXrInteractionProfileStatestructure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrInteractionProfileStateModifier and TypeMethodDescriptionstatic XrInteractionProfileState@NotNull XrInteractionProfileStateXrInteractionProfileState.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static XrInteractionProfileStateXrInteractionProfileState.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 XrInteractionProfileStateXrInteractionProfileState.clone(Arena arena, XrInteractionProfileState src) voidXrInteractionProfileState.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)