Uses of Record Class
club.doki7.openxr.datatype.MLCoordinateFrameUID.Ptr
Packages that use MLCoordinateFrameUID.Ptr
-
Uses of MLCoordinateFrameUID.Ptr in club.doki7.openxr.datatype
Methods in club.doki7.openxr.datatype that return MLCoordinateFrameUID.PtrModifier and TypeMethodDescriptionstatic MLCoordinateFrameUID.PtrMLCoordinateFrameUID.Ptr.at(long index, @NotNull Consumer<@NotNull MLCoordinateFrameUID> consumer) @NotNull MLCoordinateFrameUID.PtrMLCoordinateFrameUID.Ptr.offset(long offset) @NotNull MLCoordinateFrameUID.PtrMLCoordinateFrameUID.Ptr.reinterpret(long newSize) Assume theMLCoordinateFrameUID.Ptris capable of holding at leastnewSizestructures, create a new viewMLCoordinateFrameUID.Ptrthat uses the same backing storage as thisMLCoordinateFrameUID.Ptr, but with the new size.MLCoordinateFrameUID.Ptr.slice(long end) @NotNull MLCoordinateFrameUID.PtrMLCoordinateFrameUID.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).