Uses of Record Class
club.doki7.openxr.datatype.XrControllerModelPropertiesMSFT
Packages that use XrControllerModelPropertiesMSFT
-
Uses of XrControllerModelPropertiesMSFT in club.doki7.openxr.command
Methods in club.doki7.openxr.command with parameters of type XrControllerModelPropertiesMSFTModifier and TypeMethodDescriptionint
XR.getControllerModelPropertiesMSFT
(XrSession session, long modelKey, XrControllerModelPropertiesMSFT properties) -
Uses of XrControllerModelPropertiesMSFT in club.doki7.openxr.datatype
Classes in club.doki7.openxr.datatype that implement interfaces with type arguments of type XrControllerModelPropertiesMSFTModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofXrControllerModelPropertiesMSFT
structure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrControllerModelPropertiesMSFTModifier and TypeMethodDescription@NotNull XrControllerModelPropertiesMSFT
XrControllerModelPropertiesMSFT.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.XrControllerModelPropertiesMSFT.clone
(Arena arena, XrControllerModelPropertiesMSFT src) XrControllerModelPropertiesMSFT.next
(@NotNull MemorySegment value) XrControllerModelPropertiesMSFT.nodeCapacityInput
(int value) XrControllerModelPropertiesMSFT.nodeCountOutput
(int value) XrControllerModelPropertiesMSFT.nodeProperties
(@Nullable IXrControllerModelNodePropertiesMSFT value) XrControllerModelPropertiesMSFT.Ptr.toArray()
XrControllerModelPropertiesMSFT.type
(int value) Methods in club.doki7.openxr.datatype that return types with arguments of type XrControllerModelPropertiesMSFTModifier and TypeMethodDescription@NotNull Iterator
<XrControllerModelPropertiesMSFT> XrControllerModelPropertiesMSFT.Ptr.iterator()
Methods in club.doki7.openxr.datatype with parameters of type XrControllerModelPropertiesMSFTModifier and TypeMethodDescriptionXrControllerModelPropertiesMSFT.clone
(Arena arena, XrControllerModelPropertiesMSFT src) void
XrControllerModelPropertiesMSFT.Ptr.write
(long index, @NotNull XrControllerModelPropertiesMSFT value) Method parameters in club.doki7.openxr.datatype with type arguments of type XrControllerModelPropertiesMSFTModifier and TypeMethodDescriptionXrControllerModelPropertiesMSFT.Ptr.at
(long index, @NotNull Consumer<@NotNull XrControllerModelPropertiesMSFT> consumer)