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