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