Uses of Record Class
club.doki7.openxr.datatype.XrSpatialEntityUnpersistInfoEXT
Packages that use XrSpatialEntityUnpersistInfoEXT
-
Uses of XrSpatialEntityUnpersistInfoEXT in club.doki7.openxr.command
Methods in club.doki7.openxr.command with parameters of type XrSpatialEntityUnpersistInfoEXTModifier and TypeMethodDescriptionint
XR.unpersistSpatialEntityAsyncEXT
(XrSpatialPersistenceContextEXT persistenceContext, XrSpatialEntityUnpersistInfoEXT unpersistInfo, XrFutureEXT.Ptr future) -
Uses of XrSpatialEntityUnpersistInfoEXT in club.doki7.openxr.datatype
Classes in club.doki7.openxr.datatype that implement interfaces with type arguments of type XrSpatialEntityUnpersistInfoEXTModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofXrSpatialEntityUnpersistInfoEXT
structure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrSpatialEntityUnpersistInfoEXTModifier and TypeMethodDescription@NotNull XrSpatialEntityUnpersistInfoEXT
XrSpatialEntityUnpersistInfoEXT.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.XrSpatialEntityUnpersistInfoEXT.clone
(Arena arena, XrSpatialEntityUnpersistInfoEXT src) XrSpatialEntityUnpersistInfoEXT.next
(@NotNull MemorySegment value) XrSpatialEntityUnpersistInfoEXT.persistUuid
(@NotNull XrUuid value) XrSpatialEntityUnpersistInfoEXT.persistUuid
(Consumer<@NotNull XrUuid> consumer) XrSpatialEntityUnpersistInfoEXT.Ptr.toArray()
XrSpatialEntityUnpersistInfoEXT.type
(int value) Methods in club.doki7.openxr.datatype that return types with arguments of type XrSpatialEntityUnpersistInfoEXTModifier and TypeMethodDescription@NotNull Iterator
<XrSpatialEntityUnpersistInfoEXT> XrSpatialEntityUnpersistInfoEXT.Ptr.iterator()
Methods in club.doki7.openxr.datatype with parameters of type XrSpatialEntityUnpersistInfoEXTModifier and TypeMethodDescriptionXrSpatialEntityUnpersistInfoEXT.clone
(Arena arena, XrSpatialEntityUnpersistInfoEXT src) void
XrSpatialEntityUnpersistInfoEXT.Ptr.write
(long index, @NotNull XrSpatialEntityUnpersistInfoEXT value) Method parameters in club.doki7.openxr.datatype with type arguments of type XrSpatialEntityUnpersistInfoEXTModifier and TypeMethodDescriptionXrSpatialEntityUnpersistInfoEXT.Ptr.at
(long index, @NotNull Consumer<@NotNull XrSpatialEntityUnpersistInfoEXT> consumer)