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