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