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