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