Uses of Record Class
club.doki7.openxr.datatype.XrSceneComponentsGetInfoMSFT
Packages that use XrSceneComponentsGetInfoMSFT
-
Uses of XrSceneComponentsGetInfoMSFT in club.doki7.openxr.command
Methods in club.doki7.openxr.command with parameters of type XrSceneComponentsGetInfoMSFTModifier and TypeMethodDescriptionint
XR.getSceneComponentsMSFT
(XrSceneMSFT scene, XrSceneComponentsGetInfoMSFT getInfo, XrSceneComponentsMSFT components) -
Uses of XrSceneComponentsGetInfoMSFT in club.doki7.openxr.datatype
Classes in club.doki7.openxr.datatype that implement interfaces with type arguments of type XrSceneComponentsGetInfoMSFTModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofXrSceneComponentsGetInfoMSFT
structure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrSceneComponentsGetInfoMSFTModifier and TypeMethodDescriptionstatic XrSceneComponentsGetInfoMSFT
@NotNull XrSceneComponentsGetInfoMSFT
XrSceneComponentsGetInfoMSFT.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static XrSceneComponentsGetInfoMSFT
XrSceneComponentsGetInfoMSFT.clone
(Arena arena, XrSceneComponentsGetInfoMSFT src) XrSceneComponentsGetInfoMSFT.componentType
(int value) XrSceneComponentsGetInfoMSFT.next
(@NotNull MemorySegment value) XrSceneComponentsGetInfoMSFT.Ptr.toArray()
XrSceneComponentsGetInfoMSFT.type
(int value) Methods in club.doki7.openxr.datatype that return types with arguments of type XrSceneComponentsGetInfoMSFTModifier and TypeMethodDescription@NotNull Iterator
<XrSceneComponentsGetInfoMSFT> XrSceneComponentsGetInfoMSFT.Ptr.iterator()
Methods in club.doki7.openxr.datatype with parameters of type XrSceneComponentsGetInfoMSFTModifier and TypeMethodDescriptionstatic XrSceneComponentsGetInfoMSFT
XrSceneComponentsGetInfoMSFT.clone
(Arena arena, XrSceneComponentsGetInfoMSFT src) void
XrSceneComponentsGetInfoMSFT.Ptr.write
(long index, @NotNull XrSceneComponentsGetInfoMSFT value) Method parameters in club.doki7.openxr.datatype with type arguments of type XrSceneComponentsGetInfoMSFTModifier and TypeMethodDescriptionXrSceneComponentsGetInfoMSFT.Ptr.at
(long index, @NotNull Consumer<@NotNull XrSceneComponentsGetInfoMSFT> consumer)