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