Uses of Record Class
club.doki7.openxr.datatype.XrControllerModelStateMSFT
Packages that use XrControllerModelStateMSFT
-
Uses of XrControllerModelStateMSFT in club.doki7.openxr.command
Methods in club.doki7.openxr.command with parameters of type XrControllerModelStateMSFTModifier and TypeMethodDescriptionintXR.getControllerModelStateMSFT(XrSession session, long modelKey, XrControllerModelStateMSFT state) -
Uses of XrControllerModelStateMSFT in club.doki7.openxr.datatype
Classes in club.doki7.openxr.datatype that implement interfaces with type arguments of type XrControllerModelStateMSFTModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofXrControllerModelStateMSFTstructure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrControllerModelStateMSFTModifier and TypeMethodDescriptionstatic XrControllerModelStateMSFT@NotNull XrControllerModelStateMSFTXrControllerModelStateMSFT.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static XrControllerModelStateMSFTXrControllerModelStateMSFT.clone(Arena arena, XrControllerModelStateMSFT src) XrControllerModelStateMSFT.next(@NotNull MemorySegment value) XrControllerModelStateMSFT.nodeCapacityInput(int value) XrControllerModelStateMSFT.nodeCountOutput(int value) XrControllerModelStateMSFT.nodeStates(@Nullable IXrControllerModelNodeStateMSFT value) XrControllerModelStateMSFT.Ptr.toArray()XrControllerModelStateMSFT.type(int value) Methods in club.doki7.openxr.datatype that return types with arguments of type XrControllerModelStateMSFTModifier and TypeMethodDescription@NotNull Iterator<XrControllerModelStateMSFT> XrControllerModelStateMSFT.Ptr.iterator()Methods in club.doki7.openxr.datatype with parameters of type XrControllerModelStateMSFTModifier and TypeMethodDescriptionstatic XrControllerModelStateMSFTXrControllerModelStateMSFT.clone(Arena arena, XrControllerModelStateMSFT src) voidXrControllerModelStateMSFT.Ptr.write(long index, @NotNull XrControllerModelStateMSFT value) Method parameters in club.doki7.openxr.datatype with type arguments of type XrControllerModelStateMSFTModifier and TypeMethodDescriptionXrControllerModelStateMSFT.Ptr.at(long index, @NotNull Consumer<@NotNull XrControllerModelStateMSFT> consumer)