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