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.Ptr
XrVector4sFB.Ptr.at
(long index, @NotNull Consumer<@NotNull XrVector4sFB> consumer) @NotNull XrVector4sFB.Ptr
XrVector4sFB.Ptr.offset
(long offset) @NotNull XrVector4sFB.Ptr
XrVector4sFB.Ptr.reinterpret
(long newSize) Assume theXrVector4sFB.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrVector4sFB.Ptr
that uses the same backing storage as thisXrVector4sFB.Ptr
, but with the new size.XrVector4sFB.Ptr.slice
(long end) @NotNull XrVector4sFB.Ptr
XrVector4sFB.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)