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