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.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrInteractionRenderModelTopLevelUserPathGetInfoEXT.Ptr
that 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).