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