draw method
draw(self)
Draw without index buffer
def draw(self):
...
draw(self, start, count)
Draw without index buffer
def draw(self, start, count):
...
| Parameter | Type | Description |
|---|---|---|
| start | int | |
| count | int |
See Also
- module
aspose.threed.render - class
ICommandList