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 TypeMethodDescriptionintXR.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 recordRepresents a pointer to / an array ofXrSceneComponentsGetInfoMSFTstructure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrSceneComponentsGetInfoMSFTModifier and TypeMethodDescriptionstatic XrSceneComponentsGetInfoMSFT@NotNull XrSceneComponentsGetInfoMSFTXrSceneComponentsGetInfoMSFT.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static XrSceneComponentsGetInfoMSFTXrSceneComponentsGetInfoMSFT.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 XrSceneComponentsGetInfoMSFTXrSceneComponentsGetInfoMSFT.clone(Arena arena, XrSceneComponentsGetInfoMSFT src) voidXrSceneComponentsGetInfoMSFT.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)