RenderType
What kind of geometry a DrawData represents.
Read time 1 minuteLast updated 5 days ago
Definition
- Type: Enum
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
public enum RenderType : byte
Remarks
Corresponds to the type returned by the Render Type node in Shader Graph.
Fields
Value | Description |
|---|---|
| BitmapText | Bitmap (raster) text |
| Gradient | Vector-image gradient fills |
| SdfText | Signed-distance-field text |
| Solid | Untextured geometry (solid color) |
| Texture | Textured geometry |