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 recordRepresents a pointer to / an array ofXrSceneSphereBoundMSFTstructure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrSceneSphereBoundMSFTModifier and TypeMethodDescriptionstatic XrSceneSphereBoundMSFT@NotNull XrSceneSphereBoundMSFTXrSceneSphereBoundMSFT.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 XrSceneSphereBoundMSFTXrSceneSphereBoundMSFT.clone(Arena arena, XrSceneSphereBoundMSFT src) XrSceneSphereBoundMSFT.radius(float value) @Nullable XrSceneSphereBoundMSFTXrSceneBoundsMSFT.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 XrSceneSphereBoundMSFTXrSceneSphereBoundMSFT.clone(Arena arena, XrSceneSphereBoundMSFT src) voidXrSceneSphereBoundMSFT.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)