Uses of Record Class
club.doki7.openxr.datatype.XrSpatialPolygon2DDataEXT.Ptr
Packages that use XrSpatialPolygon2DDataEXT.Ptr
-
Uses of XrSpatialPolygon2DDataEXT.Ptr in club.doki7.openxr.datatype
Methods in club.doki7.openxr.datatype that return XrSpatialPolygon2DDataEXT.PtrModifier and TypeMethodDescriptionXrSpatialPolygon2DDataEXT.Ptr.at(long index, @NotNull Consumer<@NotNull XrSpatialPolygon2DDataEXT> consumer) @NotNull XrSpatialPolygon2DDataEXT.PtrXrSpatialPolygon2DDataEXT.Ptr.offset(long offset) XrSpatialComponentPolygon2DListEXT.polygons(int assumedCount) @NotNull XrSpatialPolygon2DDataEXT.PtrXrSpatialPolygon2DDataEXT.Ptr.reinterpret(long newSize) Assume theXrSpatialPolygon2DDataEXT.Ptris capable of holding at leastnewSizestructures, create a new viewXrSpatialPolygon2DDataEXT.Ptrthat uses the same backing storage as thisXrSpatialPolygon2DDataEXT.Ptr, but with the new size.XrSpatialPolygon2DDataEXT.Ptr.slice(long end) @NotNull XrSpatialPolygon2DDataEXT.PtrXrSpatialPolygon2DDataEXT.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).