Uses of Record Class
club.doki7.openxr.datatype.XrSceneMeshIndicesUint32MSFT
Packages that use XrSceneMeshIndicesUint32MSFT
-
Uses of XrSceneMeshIndicesUint32MSFT in club.doki7.openxr.datatype
Classes in club.doki7.openxr.datatype that implement interfaces with type arguments of type XrSceneMeshIndicesUint32MSFTModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofXrSceneMeshIndicesUint32MSFT
structure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrSceneMeshIndicesUint32MSFTModifier and TypeMethodDescriptionstatic XrSceneMeshIndicesUint32MSFT
@NotNull XrSceneMeshIndicesUint32MSFT
XrSceneMeshIndicesUint32MSFT.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static XrSceneMeshIndicesUint32MSFT
XrSceneMeshIndicesUint32MSFT.clone
(Arena arena, XrSceneMeshIndicesUint32MSFT src) XrSceneMeshIndicesUint32MSFT.indexCapacityInput
(int value) XrSceneMeshIndicesUint32MSFT.indexCountOutput
(int value) XrSceneMeshIndicesUint32MSFT.next
(@NotNull MemorySegment value) XrSceneMeshIndicesUint32MSFT.Ptr.toArray()
XrSceneMeshIndicesUint32MSFT.type
(int value) Methods in club.doki7.openxr.datatype that return types with arguments of type XrSceneMeshIndicesUint32MSFTModifier and TypeMethodDescription@NotNull Iterator
<XrSceneMeshIndicesUint32MSFT> XrSceneMeshIndicesUint32MSFT.Ptr.iterator()
Methods in club.doki7.openxr.datatype with parameters of type XrSceneMeshIndicesUint32MSFTModifier and TypeMethodDescriptionstatic XrSceneMeshIndicesUint32MSFT
XrSceneMeshIndicesUint32MSFT.clone
(Arena arena, XrSceneMeshIndicesUint32MSFT src) void
XrSceneMeshIndicesUint32MSFT.Ptr.write
(long index, @NotNull XrSceneMeshIndicesUint32MSFT value) Method parameters in club.doki7.openxr.datatype with type arguments of type XrSceneMeshIndicesUint32MSFTModifier and TypeMethodDescriptionXrSceneMeshIndicesUint32MSFT.Ptr.at
(long index, @NotNull Consumer<@NotNull XrSceneMeshIndicesUint32MSFT> consumer)