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