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