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.Ptr
MLCoordinateFrameUID.Ptr.at
(long index, @NotNull Consumer<@NotNull MLCoordinateFrameUID> consumer) @NotNull MLCoordinateFrameUID.Ptr
MLCoordinateFrameUID.Ptr.offset
(long offset) @NotNull MLCoordinateFrameUID.Ptr
MLCoordinateFrameUID.Ptr.reinterpret
(long newSize) Assume theMLCoordinateFrameUID.Ptr
is capable of holding at leastnewSize
structures, create a new viewMLCoordinateFrameUID.Ptr
that uses the same backing storage as thisMLCoordinateFrameUID.Ptr
, but with the new size.MLCoordinateFrameUID.Ptr.slice
(long end) @NotNull MLCoordinateFrameUID.Ptr
MLCoordinateFrameUID.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).