Uses of Record Class
club.doki7.openxr.datatype.XrHolographicWindowAttachmentMSFT
Packages that use XrHolographicWindowAttachmentMSFT
-
Uses of XrHolographicWindowAttachmentMSFT in club.doki7.openxr.datatype
Classes in club.doki7.openxr.datatype that implement interfaces with type arguments of type XrHolographicWindowAttachmentMSFTModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofXrHolographicWindowAttachmentMSFT
structure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrHolographicWindowAttachmentMSFTModifier and TypeMethodDescription@NotNull XrHolographicWindowAttachmentMSFT
XrHolographicWindowAttachmentMSFT.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.XrHolographicWindowAttachmentMSFT.clone
(Arena arena, XrHolographicWindowAttachmentMSFT src) XrHolographicWindowAttachmentMSFT.coreWindow
(@Nullable PointerPtr value) XrHolographicWindowAttachmentMSFT.holographicSpace
(@Nullable PointerPtr value) XrHolographicWindowAttachmentMSFT.next
(@NotNull MemorySegment value) XrHolographicWindowAttachmentMSFT.Ptr.toArray()
XrHolographicWindowAttachmentMSFT.type
(int value) Methods in club.doki7.openxr.datatype that return types with arguments of type XrHolographicWindowAttachmentMSFTModifier and TypeMethodDescription@NotNull Iterator
<XrHolographicWindowAttachmentMSFT> XrHolographicWindowAttachmentMSFT.Ptr.iterator()
Methods in club.doki7.openxr.datatype with parameters of type XrHolographicWindowAttachmentMSFTModifier and TypeMethodDescriptionXrHolographicWindowAttachmentMSFT.clone
(Arena arena, XrHolographicWindowAttachmentMSFT src) void
XrHolographicWindowAttachmentMSFT.Ptr.write
(long index, @NotNull XrHolographicWindowAttachmentMSFT value) Method parameters in club.doki7.openxr.datatype with type arguments of type XrHolographicWindowAttachmentMSFTModifier and TypeMethodDescriptionXrHolographicWindowAttachmentMSFT.Ptr.at
(long index, @NotNull Consumer<@NotNull XrHolographicWindowAttachmentMSFT> consumer)