Uses of Record Class
club.doki7.openxr.datatype.XrSceneComponentsMSFT
Packages that use XrSceneComponentsMSFT
-
Uses of XrSceneComponentsMSFT in club.doki7.openxr.command
Methods in club.doki7.openxr.command with parameters of type XrSceneComponentsMSFTModifier and TypeMethodDescriptionintXR.getSceneComponentsMSFT(XrSceneMSFT scene, XrSceneComponentsGetInfoMSFT getInfo, XrSceneComponentsMSFT components) -
Uses of XrSceneComponentsMSFT in club.doki7.openxr.datatype
Classes in club.doki7.openxr.datatype that implement interfaces with type arguments of type XrSceneComponentsMSFTModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofXrSceneComponentsMSFTstructure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrSceneComponentsMSFTModifier and TypeMethodDescriptionstatic XrSceneComponentsMSFT@NotNull XrSceneComponentsMSFTXrSceneComponentsMSFT.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static XrSceneComponentsMSFTXrSceneComponentsMSFT.clone(Arena arena, XrSceneComponentsMSFT src) XrSceneComponentsMSFT.componentCapacityInput(int value) XrSceneComponentsMSFT.componentCountOutput(int value) XrSceneComponentsMSFT.components(@Nullable IXrSceneComponentMSFT value) XrSceneComponentsMSFT.next(@NotNull MemorySegment value) XrSceneComponentsMSFT.Ptr.toArray()XrSceneComponentsMSFT.type(int value) Methods in club.doki7.openxr.datatype that return types with arguments of type XrSceneComponentsMSFTModifier and TypeMethodDescription@NotNull Iterator<XrSceneComponentsMSFT> XrSceneComponentsMSFT.Ptr.iterator()Methods in club.doki7.openxr.datatype with parameters of type XrSceneComponentsMSFTModifier and TypeMethodDescriptionstatic XrSceneComponentsMSFTXrSceneComponentsMSFT.clone(Arena arena, XrSceneComponentsMSFT src) voidXrSceneComponentsMSFT.Ptr.write(long index, @NotNull XrSceneComponentsMSFT value) Method parameters in club.doki7.openxr.datatype with type arguments of type XrSceneComponentsMSFTModifier and TypeMethodDescriptionXrSceneComponentsMSFT.Ptr.at(long index, @NotNull Consumer<@NotNull XrSceneComponentsMSFT> consumer)