Uses of Record Class
club.doki7.openxr.datatype.XrVector4f
Packages that use XrVector4f
-
Uses of XrVector4f in club.doki7.openxr.datatype
Classes in club.doki7.openxr.datatype that implement interfaces with type arguments of type XrVector4fModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofXrVector4fstructure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrVector4fModifier and TypeMethodDescriptionstatic XrVector4f@NotNull XrVector4fXrVector4f.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static XrVector4fXrVector4f.clone(Arena arena, XrVector4f src) @NotNull XrVector4fXrFrameSynthesisInfoEXT.motionVectorOffset()@NotNull XrVector4fXrFrameSynthesisInfoEXT.motionVectorScale()XrVector4f.Ptr.toArray()@Nullable XrVector4fXrHandTrackingMeshFB.vertexBlendWeights()XrVector4f.w(float value) XrVector4f.x(float value) XrVector4f.y(float value) XrVector4f.z(float value) Methods in club.doki7.openxr.datatype that return types with arguments of type XrVector4fMethods in club.doki7.openxr.datatype with parameters of type XrVector4fModifier and TypeMethodDescriptionstatic XrVector4fXrVector4f.clone(Arena arena, XrVector4f src) XrFrameSynthesisInfoEXT.motionVectorOffset(@NotNull XrVector4f value) XrFrameSynthesisInfoEXT.motionVectorScale(@NotNull XrVector4f value) voidXrVector4f.Ptr.write(long index, @NotNull XrVector4f value) Method parameters in club.doki7.openxr.datatype with type arguments of type XrVector4fModifier and TypeMethodDescriptionXrVector4f.Ptr.at(long index, @NotNull Consumer<@NotNull XrVector4f> consumer) XrFrameSynthesisInfoEXT.motionVectorOffset(Consumer<@NotNull XrVector4f> consumer) XrFrameSynthesisInfoEXT.motionVectorScale(Consumer<@NotNull XrVector4f> consumer)