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