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