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