HandMeshObserver.GetTriangleIndices(UInt16[]) 方法

定义

填充此手部网格模型的索引缓冲区。

public:
 virtual void GetTriangleIndices(Platform::Array <unsigned short> ^ indices) = GetTriangleIndices;
void GetTriangleIndices(winrt::array_view <uint16_t> & indices);
public void GetTriangleIndices(ushort[] indices);
function getTriangleIndices(indices)
Public Sub GetTriangleIndices (indices As UShort())

参数

indices

UInt16[]

unsigned short[]

uint16_t[]

要填充的索引缓冲区。

注解

首先获取 TriangleIndexCount ,了解要在此处传入的索引缓冲区中分配多少个元素。

手部网格的索引缓冲区在 HandMeshObserver 的生存期内不会更改。

适用于