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