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