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