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