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