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