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 record
Represents a pointer to / an array ofXrSceneBoundsMSFT
structure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrSceneBoundsMSFTModifier and TypeMethodDescriptionstatic XrSceneBoundsMSFT
@NotNull XrSceneBoundsMSFT
XrSceneBoundsMSFT.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.@NotNull XrSceneBoundsMSFT
XrNewSceneComputeInfoMSFT.bounds()
XrSceneBoundsMSFT.boxCount
(int value) XrSceneBoundsMSFT.boxes
(@Nullable IXrSceneOrientedBoxBoundMSFT value) static XrSceneBoundsMSFT
XrSceneBoundsMSFT.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 XrSceneBoundsMSFT
XrSceneBoundsMSFT.clone
(Arena arena, XrSceneBoundsMSFT src) void
XrSceneBoundsMSFT.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)