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