Uses of Record Class
club.doki7.openxr.datatype.XrSpaceVelocity
Packages that use XrSpaceVelocity
-
Uses of XrSpaceVelocity in club.doki7.openxr.datatype
Classes in club.doki7.openxr.datatype that implement interfaces with type arguments of type XrSpaceVelocityModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofXrSpaceVelocity
structure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrSpaceVelocityModifier and TypeMethodDescriptionstatic XrSpaceVelocity
XrSpaceVelocity.angularVelocity
(@NotNull XrVector3f value) XrSpaceVelocity.angularVelocity
(Consumer<@NotNull XrVector3f> consumer) @NotNull XrSpaceVelocity
XrSpaceVelocity.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static XrSpaceVelocity
XrSpaceVelocity.clone
(Arena arena, XrSpaceVelocity src) XrSpaceVelocity.linearVelocity
(@NotNull XrVector3f value) XrSpaceVelocity.linearVelocity
(Consumer<@NotNull XrVector3f> consumer) XrSpaceVelocity.next
(@NotNull MemorySegment value) XrSpaceVelocity.Ptr.toArray()
XrSpaceVelocity.type
(int value) XrSpaceVelocity.velocityFlags
(long value) Methods in club.doki7.openxr.datatype that return types with arguments of type XrSpaceVelocityModifier and TypeMethodDescription@NotNull Iterator
<XrSpaceVelocity> XrSpaceVelocity.Ptr.iterator()
Methods in club.doki7.openxr.datatype with parameters of type XrSpaceVelocityModifier and TypeMethodDescriptionstatic XrSpaceVelocity
XrSpaceVelocity.clone
(Arena arena, XrSpaceVelocity src) void
XrSpaceVelocity.Ptr.write
(long index, @NotNull XrSpaceVelocity value) Method parameters in club.doki7.openxr.datatype with type arguments of type XrSpaceVelocityModifier and TypeMethodDescriptionXrSpaceVelocity.Ptr.at
(long index, @NotNull Consumer<@NotNull XrSpaceVelocity> consumer)