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