Uses of Record Class
club.doki7.openxr.datatype.XrVector2f
Packages that use XrVector2f
-
Uses of XrVector2f in club.doki7.openxr.command
Methods in club.doki7.openxr.command with parameters of type XrVector2fModifier and TypeMethodDescriptionintXR.setInputDeviceStateVector2fEXT(XrSession session, long topLevelPath, long inputSourcePath, XrVector2f state) -
Uses of XrVector2f in club.doki7.openxr.datatype
Classes in club.doki7.openxr.datatype that implement interfaces with type arguments of type XrVector2fModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofXrVector2fstructure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrVector2fModifier and TypeMethodDescriptionstatic XrVector2f@NotNull XrVector2fXrVector2f.Ptr.at(long index) Returns (a pointer to) the structure at the given index.@NotNull XrVector2fXrCompositionLayerEquirectKHR.bias()static XrVector2fXrVector2f.clone(Arena arena, XrVector2f src) @NotNull XrVector2fXrActionStateVector2f.currentState()@NotNull XrVector2fXrFoveationConfigurationHTC.focalCenterOffset()XrFoveationEyeTrackedStateMETA.foveationCenterAt(int index) @NotNull XrVector2fXrCompositionLayerEquirectKHR.scale()XrVector2f.Ptr.toArray()@Nullable XrVector2fXrHandTrackingMeshFB.vertexUVs()@Nullable XrVector2fXrBoundary2DFB.vertices()@Nullable XrVector2fXrPlaneDetectorPolygonBufferEXT.vertices()@Nullable XrVector2fXrSpatialEntityComponentDataPolygonBD.vertices()@Nullable XrVector2fXrVisibilityMaskKHR.vertices()XrVector2f.x(float value) XrVector2f.y(float value) Methods in club.doki7.openxr.datatype that return types with arguments of type XrVector2fMethods in club.doki7.openxr.datatype with parameters of type XrVector2fModifier and TypeMethodDescriptionXrCompositionLayerEquirectKHR.bias(@NotNull XrVector2f value) static XrVector2fXrVector2f.clone(Arena arena, XrVector2f src) XrActionStateVector2f.currentState(@NotNull XrVector2f value) XrFoveationConfigurationHTC.focalCenterOffset(@NotNull XrVector2f value) voidXrFoveationEyeTrackedStateMETA.foveationCenterAt(int index, XrVector2f value) XrCompositionLayerEquirectKHR.scale(@NotNull XrVector2f value) voidXrVector2f.Ptr.write(long index, @NotNull XrVector2f value) Method parameters in club.doki7.openxr.datatype with type arguments of type XrVector2fModifier and TypeMethodDescriptionXrVector2f.Ptr.at(long index, @NotNull Consumer<@NotNull XrVector2f> consumer) XrCompositionLayerEquirectKHR.bias(Consumer<@NotNull XrVector2f> consumer) XrActionStateVector2f.currentState(Consumer<@NotNull XrVector2f> consumer) XrFoveationConfigurationHTC.focalCenterOffset(Consumer<@NotNull XrVector2f> consumer) XrCompositionLayerEquirectKHR.scale(Consumer<@NotNull XrVector2f> consumer)