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 TypeMethodDescriptionint
XR.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 record
Represents a pointer to / an array ofXrControllerModelStateMSFT
structure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrControllerModelStateMSFTModifier and TypeMethodDescriptionstatic XrControllerModelStateMSFT
@NotNull XrControllerModelStateMSFT
XrControllerModelStateMSFT.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static XrControllerModelStateMSFT
XrControllerModelStateMSFT.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 XrControllerModelStateMSFT
XrControllerModelStateMSFT.clone
(Arena arena, XrControllerModelStateMSFT src) void
XrControllerModelStateMSFT.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)