csharp
public enum DrawCommandKindWhat a draw command draws.
No guide page documents this yet — the page shows what the code says about itself.
Fields and properties (10)
RectangleA filled rectangle, with optional rounded corners.
BorderAn outline drawn inside a rectangle's edges.
ShadowA blurred rectangle, drawn behind the element that cast it.
TextA run of positioned glyphs in one font.
ImageA texture, stretched over a rectangle.
PathThe inside of a path.
PathStrokeA line along a path.
FieldThe inside of a small path, drawn from a distance field instead of tessellated.
ClipPushEverything after this is clipped to a rectangle, until the matching pop.
ClipPopEnds the clip the last push started.
Used by (25)
- BatchTestsVixen.Ui.Tests
- DrawBatcherVixen.Ui
- DrawCommandVixen.Ui
- DrawContextVixen.Ui
- DrawListBuilderVixen.Ui
- DrawListTestsVixen.Ui.Tests
- FontFallbackTestsVixen.Ui.Tests
- IconAtlasTestsVixen.Ui.Tests
- NineSliceImageTestsVixen.Ui.Tests
- PathTessellationCacheTestsVixen.Ui.Tests
- PathTestsVixen.Ui.Tests
- RasterizerTestsVixen.Ui.Testing.Tests
- SurfaceTestsVixen.Ui.Tests
- SurfaceTestsVixen.Ui.Controls.Tests
- TessellationVixen.Ui
- TextTestsVixen.Ui.Tests
- TextWrapTestsVixen.Ui.Tests
- UiFrameLifetimeTestsVixen.Graphics.Golden.Tests
- UiGeometryBuilderVixen.Ui
- UiGeometryTestsVixen.Ui.Tests
- UiImageTestsVixen.Graphics.Golden.Tests
- VideoInUiTestsVixen.Video.Rendering.Tests
- ViewportTestsVixen.Ui.Controls.Advanced.Tests
- VisibilityTestsVixen.Ui.Testing.Tests
- ViewTestsVixen.Editor.NodeGraph.Tests