Uses of Record Class
club.doki7.openxr.handle.XrSpatialEntityEXT
Packages that use XrSpatialEntityEXT
-
Uses of XrSpatialEntityEXT in club.doki7.openxr.command
Methods in club.doki7.openxr.command with parameters of type XrSpatialEntityEXTModifier and TypeMethodDescriptionint
XR.destroySpatialEntityEXT
(XrSpatialEntityEXT spatialEntity) -
Uses of XrSpatialEntityEXT in club.doki7.openxr.handle
Classes in club.doki7.openxr.handle that implement interfaces with type arguments of type XrSpatialEntityEXTModifier and TypeClassDescriptionstatic final record
Represents a pointer toXrSpatialEntityEXT
handle(s) in native memory.Methods in club.doki7.openxr.handle that return XrSpatialEntityEXTModifier and TypeMethodDescription@Nullable XrSpatialEntityEXT
XrSpatialEntityEXT.Ptr.read()
@Nullable XrSpatialEntityEXT
XrSpatialEntityEXT.Ptr.read
(long index) Methods in club.doki7.openxr.handle that return types with arguments of type XrSpatialEntityEXTModifier and TypeMethodDescription@NotNull Iterator
<XrSpatialEntityEXT> XrSpatialEntityEXT.Ptr.iterator()
Methods in club.doki7.openxr.handle with parameters of type XrSpatialEntityEXTModifier and TypeMethodDescriptionstatic XrSpatialEntityEXT.Ptr
XrSpatialEntityEXT.Ptr.allocate
(Arena arena, @Nullable XrSpatialEntityEXT @NotNull [] values) static XrSpatialEntityEXT.Ptr
XrSpatialEntityEXT.Ptr.allocateV
(Arena arena, @Nullable XrSpatialEntityEXT value0, @Nullable XrSpatialEntityEXT... values) void
XrSpatialEntityEXT.Ptr.write
(long index, @Nullable XrSpatialEntityEXT value) void
XrSpatialEntityEXT.Ptr.write
(@Nullable XrSpatialEntityEXT value) void
XrSpatialEntityEXT.Ptr.write
(@Nullable XrSpatialEntityEXT[] values) void
XrSpatialEntityEXT.Ptr.writeV
(@Nullable XrSpatialEntityEXT value0, @Nullable XrSpatialEntityEXT... values) Method parameters in club.doki7.openxr.handle with type arguments of type XrSpatialEntityEXTModifier and TypeMethodDescriptionstatic XrSpatialEntityEXT.Ptr
XrSpatialEntityEXT.Ptr.allocate
(Arena arena, @NotNull Collection<@Nullable XrSpatialEntityEXT> values)