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