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 TypeMethodDescriptionintXR.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 recordRepresents a pointer to / an array ofXrSpatialEntityUnpersistInfoEXTstructure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrSpatialEntityUnpersistInfoEXTModifier and TypeMethodDescription@NotNull XrSpatialEntityUnpersistInfoEXTXrSpatialEntityUnpersistInfoEXT.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) voidXrSpatialEntityUnpersistInfoEXT.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)