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