Uses of Record Class
club.doki7.openxr.datatype.XrSpatialEntityComponentDataBoundingBox2DBD.Ptr
Packages that use XrSpatialEntityComponentDataBoundingBox2DBD.Ptr
-
Uses of XrSpatialEntityComponentDataBoundingBox2DBD.Ptr in club.doki7.openxr.datatype
Methods in club.doki7.openxr.datatype that return XrSpatialEntityComponentDataBoundingBox2DBD.PtrModifier and TypeMethodDescriptionXrSpatialEntityComponentDataBoundingBox2DBD.Ptr.at
(long index, @NotNull Consumer<@NotNull XrSpatialEntityComponentDataBoundingBox2DBD> consumer) XrSpatialEntityComponentDataBoundingBox2DBD.Ptr.offset
(long offset) XrSpatialEntityComponentDataBoundingBox2DBD.Ptr.reinterpret
(long newSize) Assume theXrSpatialEntityComponentDataBoundingBox2DBD.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSpatialEntityComponentDataBoundingBox2DBD.Ptr
that uses the same backing storage as thisXrSpatialEntityComponentDataBoundingBox2DBD.Ptr
, but with the new size.XrSpatialEntityComponentDataBoundingBox2DBD.Ptr.slice
(long end) XrSpatialEntityComponentDataBoundingBox2DBD.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).