Uses of Record Class
club.doki7.openxr.datatype.XrSpherefKHR
Packages that use XrSpherefKHR
-
Uses of XrSpherefKHR in club.doki7.openxr.datatype
Classes in club.doki7.openxr.datatype that implement interfaces with type arguments of type XrSpherefKHRModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofXrSpherefKHR
structure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrSpherefKHRModifier and TypeMethodDescriptionstatic XrSpherefKHR
@NotNull XrSpherefKHR
XrSpherefKHR.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static XrSpherefKHR
XrSpherefKHR.clone
(Arena arena, XrSpherefKHR src) XrSpherefKHR.radius
(float value) XrSpherefKHR.Ptr.toArray()
Methods in club.doki7.openxr.datatype that return types with arguments of type XrSpherefKHRMethods in club.doki7.openxr.datatype with parameters of type XrSpherefKHRModifier and TypeMethodDescriptionstatic XrSpherefKHR
XrSpherefKHR.clone
(Arena arena, XrSpherefKHR src) void
XrSpherefKHR.Ptr.write
(long index, @NotNull XrSpherefKHR value) Method parameters in club.doki7.openxr.datatype with type arguments of type XrSpherefKHRModifier and TypeMethodDescriptionXrSpherefKHR.Ptr.at
(long index, @NotNull Consumer<@NotNull XrSpherefKHR> consumer)