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