Uses of Record Class
club.doki7.openxr.datatype.XrSystemEyeGazeInteractionPropertiesEXT.Ptr
Packages that use XrSystemEyeGazeInteractionPropertiesEXT.Ptr
-
Uses of XrSystemEyeGazeInteractionPropertiesEXT.Ptr in club.doki7.openxr.datatype
Methods in club.doki7.openxr.datatype that return XrSystemEyeGazeInteractionPropertiesEXT.PtrModifier and TypeMethodDescriptionXrSystemEyeGazeInteractionPropertiesEXT.Ptr.at(long index, @NotNull Consumer<@NotNull XrSystemEyeGazeInteractionPropertiesEXT> consumer) XrSystemEyeGazeInteractionPropertiesEXT.Ptr.offset(long offset) XrSystemEyeGazeInteractionPropertiesEXT.Ptr.reinterpret(long newSize) Assume theXrSystemEyeGazeInteractionPropertiesEXT.Ptris capable of holding at leastnewSizestructures, create a new viewXrSystemEyeGazeInteractionPropertiesEXT.Ptrthat uses the same backing storage as thisXrSystemEyeGazeInteractionPropertiesEXT.Ptr, but with the new size.XrSystemEyeGazeInteractionPropertiesEXT.Ptr.slice(long end) XrSystemEyeGazeInteractionPropertiesEXT.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).