Uses of Record Class
club.doki7.openxr.datatype.XrEventDataStartColocationDiscoveryCompleteMETA.Ptr
Packages that use XrEventDataStartColocationDiscoveryCompleteMETA.Ptr
-
Uses of XrEventDataStartColocationDiscoveryCompleteMETA.Ptr in club.doki7.openxr.datatype
Methods in club.doki7.openxr.datatype that return XrEventDataStartColocationDiscoveryCompleteMETA.PtrModifier and TypeMethodDescriptionXrEventDataStartColocationDiscoveryCompleteMETA.Ptr.at
(long index, @NotNull Consumer<@NotNull XrEventDataStartColocationDiscoveryCompleteMETA> consumer) XrEventDataStartColocationDiscoveryCompleteMETA.Ptr.offset
(long offset) XrEventDataStartColocationDiscoveryCompleteMETA.Ptr.reinterpret
(long newSize) Assume theXrEventDataStartColocationDiscoveryCompleteMETA.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrEventDataStartColocationDiscoveryCompleteMETA.Ptr
that uses the same backing storage as thisXrEventDataStartColocationDiscoveryCompleteMETA.Ptr
, but with the new size.XrEventDataStartColocationDiscoveryCompleteMETA.Ptr.slice
(long end) XrEventDataStartColocationDiscoveryCompleteMETA.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).