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 record
Represents a pointer to / an array ofXrBoxf
structure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrBoxfModifier and TypeMethodDescriptionstatic XrBoxf
@NotNull XrBoxf
XrBoxf.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.@NotNull XrBoxf
XrSpatialEntityComponentDataBoundingBox3DBD.boundingBox3D()
@Nullable XrBoxf
XrSpatialComponentBounded3DListEXT.bounds()
static XrBoxf
XrBoxf.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 XrBoxf
void
Method parameters in club.doki7.openxr.datatype with type arguments of type XrBoxfModifier and TypeMethodDescriptionXrSpatialEntityComponentDataBoundingBox3DBD.boundingBox3D
(Consumer<@NotNull XrBoxf> consumer)