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