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