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