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