Uses of Record Class
club.doki7.openxr.datatype.XrVector2f.Ptr
Packages that use XrVector2f.Ptr
-
Uses of XrVector2f.Ptr in club.doki7.openxr.datatype
Methods in club.doki7.openxr.datatype that return XrVector2f.PtrModifier and TypeMethodDescriptionstatic XrVector2f.PtrXrVector2f.Ptr.at(long index, @NotNull Consumer<@NotNull XrVector2f> consumer) XrFoveationEyeTrackedStateMETA.foveationCenter()@NotNull XrVector2f.PtrXrVector2f.Ptr.offset(long offset) @NotNull XrVector2f.PtrXrVector2f.Ptr.reinterpret(long newSize) Assume theXrVector2f.Ptris capable of holding at leastnewSizestructures, create a new viewXrVector2f.Ptrthat uses the same backing storage as thisXrVector2f.Ptr, but with the new size.XrVector2f.Ptr.slice(long end) @NotNull XrVector2f.PtrXrVector2f.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.vertexUVs(int assumedCount) XrBoundary2DFB.vertices(int assumedCount) XrPlaneDetectorPolygonBufferEXT.vertices(int assumedCount) XrSpatialEntityComponentDataPolygonBD.vertices(int assumedCount) XrVisibilityMaskKHR.vertices(int assumedCount) Methods in club.doki7.openxr.datatype with parameters of type XrVector2f.PtrModifier and TypeMethodDescriptionXrFoveationEyeTrackedStateMETA.foveationCenter(XrVector2f.Ptr value) Method parameters in club.doki7.openxr.datatype with type arguments of type XrVector2f.PtrModifier and TypeMethodDescriptionXrFoveationEyeTrackedStateMETA.foveationCenter(@NotNull Consumer<XrVector2f.Ptr> consumer)