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