csharp
public readonly record struct GridLineOne line of the grid.
No guide page documents this yet — the page shows what the code says about itself.
Remarks
⚠ A colour at each end, because a grid line has to be able to disappear. A level is a finite number of finite lines and its far edge is a hard rectangle drawn across the scene unless the ends fade out — which is the one thing that makes a bounded grid read as an unbounded floor. LineVertex has carried a colour per vertex from the start for exactly this; the grid was the caller that was not using it.
Fields and properties (4)
Methods (2)
Used by (5)
- GridTestsVixen.Editor.SceneView.Tests
- SceneGridVixen.Editor.SceneView
- SceneLinesVixen.Editor.SceneView
- SceneTestsVixen.Editor.SceneView.Tests
- WorkPlaneTestsVixen.Editor.SceneView.Tests