csharp
public readonly record struct DrawBatchA run of commands a renderer can submit together.
No guide page documents this yet — the page shows what the code says about itself.
Fields and properties (6)
public BatchKind KindWhat kind of work it is.
public int FirstThe index of its first command.
public int CountHow many commands it covers.
public int FontWhich font, for Text. Zero and unread otherwise.
public PathFillRule FillRuleWhich fill rule, for PathFill. Unread otherwise.
public ulong ImageWhich texture, for Image. Zero and unread otherwise.
Methods (1)
public DrawBatch(BatchKind Kind, int First, int Count, int Font, PathFillRule FillRule)A run of commands a renderer can submit together.
Used by (4)
- BatchTestsVixen.Ui.Tests
- DrawBatcherVixen.Ui
- DrawListVixen.Ui
- UiGeometryBuilderVixen.Ui