Uses of Record Class
club.doki7.openxr.datatype.XrLocalizationMapQueryInfoBaseHeaderML.Ptr
Packages that use XrLocalizationMapQueryInfoBaseHeaderML.Ptr
-
Uses of XrLocalizationMapQueryInfoBaseHeaderML.Ptr in club.doki7.openxr.datatype
Methods in club.doki7.openxr.datatype that return XrLocalizationMapQueryInfoBaseHeaderML.PtrModifier and TypeMethodDescriptionXrLocalizationMapQueryInfoBaseHeaderML.Ptr.at
(long index, @NotNull Consumer<@NotNull XrLocalizationMapQueryInfoBaseHeaderML> consumer) XrLocalizationMapQueryInfoBaseHeaderML.Ptr.offset
(long offset) XrLocalizationMapQueryInfoBaseHeaderML.Ptr.reinterpret
(long newSize) Assume theXrLocalizationMapQueryInfoBaseHeaderML.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrLocalizationMapQueryInfoBaseHeaderML.Ptr
that uses the same backing storage as thisXrLocalizationMapQueryInfoBaseHeaderML.Ptr
, but with the new size.XrLocalizationMapQueryInfoBaseHeaderML.Ptr.slice
(long end) XrLocalizationMapQueryInfoBaseHeaderML.Ptr.slice
(long start, long end) Note that this function uses theList.subList(int, int)
semantics (left inclusive, right exclusive interval), notMemorySegment.asSlice(long, long)
semantics (offset + newSize).