Uses of Record Class
club.doki7.openxr.datatype.XrVector4sFB.Ptr
Packages that use XrVector4sFB.Ptr
-
Uses of XrVector4sFB.Ptr in club.doki7.openxr.datatype
Methods in club.doki7.openxr.datatype that return XrVector4sFB.PtrModifier and TypeMethodDescriptionstatic XrVector4sFB.PtrXrVector4sFB.Ptr.at(long index, @NotNull Consumer<@NotNull XrVector4sFB> consumer) @NotNull XrVector4sFB.PtrXrVector4sFB.Ptr.offset(long offset) @NotNull XrVector4sFB.PtrXrVector4sFB.Ptr.reinterpret(long newSize) Assume theXrVector4sFB.Ptris capable of holding at leastnewSizestructures, create a new viewXrVector4sFB.Ptrthat uses the same backing storage as thisXrVector4sFB.Ptr, but with the new size.XrVector4sFB.Ptr.slice(long end) @NotNull XrVector4sFB.PtrXrVector4sFB.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).XrHandTrackingMeshFB.vertexBlendIndices(int assumedCount)