Uses of Record Class
club.doki7.openxr.datatype.XrOffset2Di
Packages that use XrOffset2Di
-
Uses of XrOffset2Di in club.doki7.openxr.datatype
Classes in club.doki7.openxr.datatype that implement interfaces with type arguments of type XrOffset2DiModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofXrOffset2Di
structure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrOffset2DiModifier and TypeMethodDescriptionstatic XrOffset2Di
@NotNull XrOffset2Di
XrOffset2Di.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static XrOffset2Di
XrOffset2Di.clone
(Arena arena, XrOffset2Di src) @NotNull XrOffset2Di
XrRect2Di.offset()
XrOffset2Di.Ptr.toArray()
XrOffset2Di.x
(int value) XrOffset2Di.y
(int value) Methods in club.doki7.openxr.datatype that return types with arguments of type XrOffset2DiMethods in club.doki7.openxr.datatype with parameters of type XrOffset2DiModifier and TypeMethodDescriptionstatic XrOffset2Di
XrOffset2Di.clone
(Arena arena, XrOffset2Di src) XrRect2Di.offset
(@NotNull XrOffset2Di value) void
XrOffset2Di.Ptr.write
(long index, @NotNull XrOffset2Di value) Method parameters in club.doki7.openxr.datatype with type arguments of type XrOffset2DiModifier and TypeMethodDescriptionXrOffset2Di.Ptr.at
(long index, @NotNull Consumer<@NotNull XrOffset2Di> consumer) XrRect2Di.offset
(Consumer<@NotNull XrOffset2Di> consumer)