Uses of Record Class
club.doki7.openxr.handle.XrSpatialEntityEXT.Ptr
Packages that use XrSpatialEntityEXT.Ptr
-
Uses of XrSpatialEntityEXT.Ptr in club.doki7.openxr.command
Methods in club.doki7.openxr.command with parameters of type XrSpatialEntityEXT.PtrModifier and TypeMethodDescriptionintXR.createSpatialAnchorEXT(XrSpatialContextEXT spatialContext, XrSpatialAnchorCreateInfoEXT createInfo, LongPtr anchorEntityId, XrSpatialEntityEXT.Ptr anchorEntity) intXR.createSpatialEntityFromIdEXT(XrSpatialContextEXT spatialContext, XrSpatialEntityFromIdCreateInfoEXT createInfo, XrSpatialEntityEXT.Ptr spatialEntity) -
Uses of XrSpatialEntityEXT.Ptr in club.doki7.openxr.datatype
Methods in club.doki7.openxr.datatype that return XrSpatialEntityEXT.PtrModifier and TypeMethodDescriptionXrSpatialUpdateSnapshotCreateInfoEXT.entities()Note: the returnedXrSpatialEntityEXT.Ptrdoes not have correctsize()property.Methods in club.doki7.openxr.datatype with parameters of type XrSpatialEntityEXT.PtrModifier and TypeMethodDescriptionXrSpatialUpdateSnapshotCreateInfoEXT.entities(XrSpatialEntityEXT.Ptr value) -
Uses of XrSpatialEntityEXT.Ptr in club.doki7.openxr.handle
Methods in club.doki7.openxr.handle that return XrSpatialEntityEXT.PtrModifier and TypeMethodDescriptionstatic XrSpatialEntityEXT.Ptrstatic XrSpatialEntityEXT.Ptrstatic XrSpatialEntityEXT.PtrXrSpatialEntityEXT.Ptr.allocate(Arena arena, @Nullable XrSpatialEntityEXT @NotNull [] values) static XrSpatialEntityEXT.PtrXrSpatialEntityEXT.Ptr.allocate(Arena arena, @NotNull Collection<@Nullable XrSpatialEntityEXT> values) static XrSpatialEntityEXT.PtrXrSpatialEntityEXT.Ptr.allocateV(Arena arena, @Nullable XrSpatialEntityEXT value0, @Nullable XrSpatialEntityEXT... values) XrSpatialEntityEXT.Ptr.offset(long offset) XrSpatialEntityEXT.Ptr.reinterpret(long newSize) Assume theXrSpatialEntityEXT.Ptris capable of holding at leastnewSizehandles, create a new viewXrSpatialEntityEXT.Ptrthat uses the same backing storage as thisXrSpatialEntityEXT.Ptr, but with the new size.XrSpatialEntityEXT.Ptr.slice(long end) XrSpatialEntityEXT.Ptr.slice(long start, long end) Note that this function uses theList.subList(int, int)semantics (left inclusive, right exclusive interval), notMemorySegment.asSlice(long, long)semantics (offset + newSize).