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