Uses of Record Class
club.doki7.openxr.datatype.XrVector4sFB
Packages that use XrVector4sFB
-
Uses of XrVector4sFB in club.doki7.openxr.datatype
Classes in club.doki7.openxr.datatype that implement interfaces with type arguments of type XrVector4sFBModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofXrVector4sFB
structure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrVector4sFBModifier and TypeMethodDescriptionstatic XrVector4sFB
@NotNull XrVector4sFB
XrVector4sFB.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static XrVector4sFB
XrVector4sFB.clone
(Arena arena, XrVector4sFB src) XrVector4sFB.Ptr.toArray()
@Nullable XrVector4sFB
XrHandTrackingMeshFB.vertexBlendIndices()
XrVector4sFB.w
(short value) XrVector4sFB.x
(short value) XrVector4sFB.y
(short value) XrVector4sFB.z
(short value) Methods in club.doki7.openxr.datatype that return types with arguments of type XrVector4sFBMethods in club.doki7.openxr.datatype with parameters of type XrVector4sFBModifier and TypeMethodDescriptionstatic XrVector4sFB
XrVector4sFB.clone
(Arena arena, XrVector4sFB src) void
XrVector4sFB.Ptr.write
(long index, @NotNull XrVector4sFB value) Method parameters in club.doki7.openxr.datatype with type arguments of type XrVector4sFBModifier and TypeMethodDescriptionXrVector4sFB.Ptr.at
(long index, @NotNull Consumer<@NotNull XrVector4sFB> consumer)