Uses of Record Class
club.doki7.openxr.datatype.XrControllerModelNodePropertiesMSFT.Ptr
Packages that use XrControllerModelNodePropertiesMSFT.Ptr
-
Uses of XrControllerModelNodePropertiesMSFT.Ptr in club.doki7.openxr.datatype
Methods in club.doki7.openxr.datatype that return XrControllerModelNodePropertiesMSFT.PtrModifier and TypeMethodDescriptionXrControllerModelNodePropertiesMSFT.Ptr.at(long index, @NotNull Consumer<@NotNull XrControllerModelNodePropertiesMSFT> consumer) XrControllerModelPropertiesMSFT.nodeProperties(int assumedCount) XrControllerModelNodePropertiesMSFT.Ptr.offset(long offset) XrControllerModelNodePropertiesMSFT.Ptr.reinterpret(long newSize) Assume theXrControllerModelNodePropertiesMSFT.Ptris capable of holding at leastnewSizestructures, create a new viewXrControllerModelNodePropertiesMSFT.Ptrthat uses the same backing storage as thisXrControllerModelNodePropertiesMSFT.Ptr, but with the new size.XrControllerModelNodePropertiesMSFT.Ptr.slice(long end) XrControllerModelNodePropertiesMSFT.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).