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 recordRepresents a pointer to / an array ofXrVector4sFBstructure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrVector4sFBModifier and TypeMethodDescriptionstatic XrVector4sFB@NotNull XrVector4sFBXrVector4sFB.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static XrVector4sFBXrVector4sFB.clone(Arena arena, XrVector4sFB src) XrVector4sFB.Ptr.toArray()@Nullable XrVector4sFBXrHandTrackingMeshFB.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 XrVector4sFBXrVector4sFB.clone(Arena arena, XrVector4sFB src) voidXrVector4sFB.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)