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