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