Vixen
02b45cc4
csharp
public enum DrawCommandKind

What a draw command draws.

No guide page documents this yet — the page shows what the code says about itself.

Fields and properties (10)

  • Rectangle

    A filled rectangle, with optional rounded corners.

  • Border

    An outline drawn inside a rectangle's edges.

  • Shadow

    A blurred rectangle, drawn behind the element that cast it.

  • Text

    A run of positioned glyphs in one font.

  • Image

    A texture, stretched over a rectangle.

  • Path

    The inside of a path.

  • PathStroke

    A line along a path.

  • Field

    The inside of a small path, drawn from a distance field instead of tessellated.

  • ClipPush

    Everything after this is clipped to a rectangle, until the matching pop.

  • ClipPop

    Ends 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