Uses of Record Class
club.doki7.openxr.datatype.XrSceneBoundsMSFT.Ptr
Packages that use XrSceneBoundsMSFT.Ptr
-
Uses of XrSceneBoundsMSFT.Ptr in club.doki7.openxr.datatype
Methods in club.doki7.openxr.datatype that return XrSceneBoundsMSFT.PtrModifier and TypeMethodDescriptionstatic XrSceneBoundsMSFT.Ptr
XrSceneBoundsMSFT.Ptr.at
(long index, @NotNull Consumer<@NotNull XrSceneBoundsMSFT> consumer) @NotNull XrSceneBoundsMSFT.Ptr
XrSceneBoundsMSFT.Ptr.offset
(long offset) @NotNull XrSceneBoundsMSFT.Ptr
XrSceneBoundsMSFT.Ptr.reinterpret
(long newSize) Assume theXrSceneBoundsMSFT.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSceneBoundsMSFT.Ptr
that uses the same backing storage as thisXrSceneBoundsMSFT.Ptr
, but with the new size.XrSceneBoundsMSFT.Ptr.slice
(long end) @NotNull XrSceneBoundsMSFT.Ptr
XrSceneBoundsMSFT.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).