Uses of Record Class
club.doki7.openxr.datatype.XrSceneBoundsMSFT
Packages that use XrSceneBoundsMSFT
-
Uses of XrSceneBoundsMSFT in club.doki7.openxr.datatype
Classes in club.doki7.openxr.datatype that implement interfaces with type arguments of type XrSceneBoundsMSFTModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofXrSceneBoundsMSFTstructure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrSceneBoundsMSFTModifier and TypeMethodDescriptionstatic XrSceneBoundsMSFT@NotNull XrSceneBoundsMSFTXrSceneBoundsMSFT.Ptr.at(long index) Returns (a pointer to) the structure at the given index.@NotNull XrSceneBoundsMSFTXrNewSceneComputeInfoMSFT.bounds()XrSceneBoundsMSFT.boxCount(int value) XrSceneBoundsMSFT.boxes(@Nullable IXrSceneOrientedBoxBoundMSFT value) static XrSceneBoundsMSFTXrSceneBoundsMSFT.clone(Arena arena, XrSceneBoundsMSFT src) XrSceneBoundsMSFT.frustumCount(int value) XrSceneBoundsMSFT.frustums(@Nullable IXrSceneFrustumBoundMSFT value) XrSceneBoundsMSFT.sphereCount(int value) XrSceneBoundsMSFT.spheres(@Nullable IXrSceneSphereBoundMSFT value) XrSceneBoundsMSFT.time(long value) XrSceneBoundsMSFT.Ptr.toArray()Methods in club.doki7.openxr.datatype that return types with arguments of type XrSceneBoundsMSFTModifier and TypeMethodDescription@NotNull Iterator<XrSceneBoundsMSFT> XrSceneBoundsMSFT.Ptr.iterator()Methods in club.doki7.openxr.datatype with parameters of type XrSceneBoundsMSFTModifier and TypeMethodDescriptionXrNewSceneComputeInfoMSFT.bounds(@NotNull XrSceneBoundsMSFT value) static XrSceneBoundsMSFTXrSceneBoundsMSFT.clone(Arena arena, XrSceneBoundsMSFT src) voidXrSceneBoundsMSFT.Ptr.write(long index, @NotNull XrSceneBoundsMSFT value) Method parameters in club.doki7.openxr.datatype with type arguments of type XrSceneBoundsMSFTModifier and TypeMethodDescriptionXrSceneBoundsMSFT.Ptr.at(long index, @NotNull Consumer<@NotNull XrSceneBoundsMSFT> consumer) XrNewSceneComputeInfoMSFT.bounds(Consumer<@NotNull XrSceneBoundsMSFT> consumer)