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 TypeMethodDescriptionint
XR.createSpatialAnchorEXT
(XrSpatialContextEXT spatialContext, XrSpatialAnchorCreateInfoEXT createInfo, LongPtr anchorEntityId, XrSpatialEntityEXT.Ptr anchorEntity) int
XR.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.Ptr
does 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.Ptr
static XrSpatialEntityEXT.Ptr
static XrSpatialEntityEXT.Ptr
XrSpatialEntityEXT.Ptr.allocate
(Arena arena, @Nullable XrSpatialEntityEXT @NotNull [] values) static XrSpatialEntityEXT.Ptr
XrSpatialEntityEXT.Ptr.allocate
(Arena arena, @NotNull Collection<@Nullable XrSpatialEntityEXT> values) static XrSpatialEntityEXT.Ptr
XrSpatialEntityEXT.Ptr.allocateV
(Arena arena, @Nullable XrSpatialEntityEXT value0, @Nullable XrSpatialEntityEXT... values) XrSpatialEntityEXT.Ptr.offset
(long offset) XrSpatialEntityEXT.Ptr.reinterpret
(long newSize) Assume theXrSpatialEntityEXT.Ptr
is capable of holding at leastnewSize
handles, create a new viewXrSpatialEntityEXT.Ptr
that 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).