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