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 TypeMethodDescriptionint
XR.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 record
Represents a pointer to / an array ofXrVector2f
structure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrVector2fModifier and TypeMethodDescriptionstatic XrVector2f
@NotNull XrVector2f
XrVector2f.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.@NotNull XrVector2f
XrCompositionLayerEquirectKHR.bias()
static XrVector2f
XrVector2f.clone
(Arena arena, XrVector2f src) @NotNull XrVector2f
XrActionStateVector2f.currentState()
@NotNull XrVector2f
XrFoveationConfigurationHTC.focalCenterOffset()
XrFoveationEyeTrackedStateMETA.foveationCenterAt
(int index) @NotNull XrVector2f
XrCompositionLayerEquirectKHR.scale()
XrVector2f.Ptr.toArray()
@Nullable XrVector2f
XrHandTrackingMeshFB.vertexUVs()
@Nullable XrVector2f
XrBoundary2DFB.vertices()
@Nullable XrVector2f
XrPlaneDetectorPolygonBufferEXT.vertices()
@Nullable XrVector2f
XrSpatialEntityComponentDataPolygonBD.vertices()
@Nullable XrVector2f
XrVisibilityMaskKHR.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 XrVector2f
XrVector2f.clone
(Arena arena, XrVector2f src) XrActionStateVector2f.currentState
(@NotNull XrVector2f value) XrFoveationConfigurationHTC.focalCenterOffset
(@NotNull XrVector2f value) void
XrFoveationEyeTrackedStateMETA.foveationCenterAt
(int index, XrVector2f value) XrCompositionLayerEquirectKHR.scale
(@NotNull XrVector2f value) void
XrVector2f.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)