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 recordRepresents a pointer to / an array ofXrSpaceVelocitystructure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrSpaceVelocityModifier and TypeMethodDescriptionstatic XrSpaceVelocityXrSpaceVelocity.angularVelocity(@NotNull XrVector3f value) XrSpaceVelocity.angularVelocity(Consumer<@NotNull XrVector3f> consumer) @NotNull XrSpaceVelocityXrSpaceVelocity.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static XrSpaceVelocityXrSpaceVelocity.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 XrSpaceVelocityXrSpaceVelocity.clone(Arena arena, XrSpaceVelocity src) voidXrSpaceVelocity.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)