ICommandList.DrawIndex
DrawIndex()
在命令列表中发出带索引的绘制
public void DrawIndex()
另请参见
- interface ICommandList
- namespace Aspose.ThreeD.Render
- assembly Aspose.3D
DrawIndex(int, int)
在命令列表中发出带索引的绘制
public void DrawIndex(int start, int count)
| 参数 | 类型 | 描述 |
|---|---|---|
| start | Int32 | 要绘制的第一个索引 |
| count | Int32 | 要绘制的索引数量 |
另请参见
- interface ICommandList
- namespace Aspose.ThreeD.Render
- assembly Aspose.3D