OfflineRenderResult
public sealed class OfflineRenderResultWhat an offline render produced, and what it left out.
Properties
| Member | Description |
|---|---|
| True when nothing was left out: every submitted triangle was drawn, at the size asked for. |
| What the renderer had to say about the render, one sentence each — the budget it applied and what that cost. Empty when it drew the scene exactly as asked. |
| Draw items — meshes and sprites — left out entirely because the budget was spent before they were reached. Zero when the picture is whole. The first item is never among them: cut short rather than dropped, its missing triangles count in |
| Triangles the budget left undrawn. Zero when the picture is whole. |
| The finished image: straight-alpha RGBA8, top-left row first, display-encoded — ready to put on a |