Uses of Record Class
club.doki7.openxr.datatype.XrBoxf
Packages that use XrBoxf
-
Uses of XrBoxf in club.doki7.openxr.datatype
Classes in club.doki7.openxr.datatype that implement interfaces with type arguments of type XrBoxfModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofXrBoxfstructure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrBoxfModifier and TypeMethodDescriptionstatic XrBoxf@NotNull XrBoxfXrBoxf.Ptr.at(long index) Returns (a pointer to) the structure at the given index.@NotNull XrBoxfXrSpatialEntityComponentDataBoundingBox3DBD.boundingBox3D()@Nullable XrBoxfXrSpatialComponentBounded3DListEXT.bounds()static XrBoxfXrBoxf.extents(@NotNull XrExtent3Df value) XrBoxf.extents(Consumer<@NotNull XrExtent3Df> consumer) XrBoxf[]XrBoxf.Ptr.toArray()Methods in club.doki7.openxr.datatype that return types with arguments of type XrBoxfMethods in club.doki7.openxr.datatype with parameters of type XrBoxfModifier and TypeMethodDescriptionXrSpatialEntityComponentDataBoundingBox3DBD.boundingBox3D(@NotNull XrBoxf value) static XrBoxfvoidMethod parameters in club.doki7.openxr.datatype with type arguments of type XrBoxfModifier and TypeMethodDescriptionXrSpatialEntityComponentDataBoundingBox3DBD.boundingBox3D(Consumer<@NotNull XrBoxf> consumer)