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