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