Uses of Record Class
club.doki7.openxr.datatype.XrEnvironmentDepthHandRemovalSetInfoMETA.Ptr
Packages that use XrEnvironmentDepthHandRemovalSetInfoMETA.Ptr
-
Uses of XrEnvironmentDepthHandRemovalSetInfoMETA.Ptr in club.doki7.openxr.datatype
Methods in club.doki7.openxr.datatype that return XrEnvironmentDepthHandRemovalSetInfoMETA.PtrModifier and TypeMethodDescriptionXrEnvironmentDepthHandRemovalSetInfoMETA.Ptr.at(long index, @NotNull Consumer<@NotNull XrEnvironmentDepthHandRemovalSetInfoMETA> consumer) XrEnvironmentDepthHandRemovalSetInfoMETA.Ptr.offset(long offset) XrEnvironmentDepthHandRemovalSetInfoMETA.Ptr.reinterpret(long newSize) Assume theXrEnvironmentDepthHandRemovalSetInfoMETA.Ptris capable of holding at leastnewSizestructures, create a new viewXrEnvironmentDepthHandRemovalSetInfoMETA.Ptrthat uses the same backing storage as thisXrEnvironmentDepthHandRemovalSetInfoMETA.Ptr, but with the new size.XrEnvironmentDepthHandRemovalSetInfoMETA.Ptr.slice(long end) XrEnvironmentDepthHandRemovalSetInfoMETA.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).