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