csharp
public readonly record struct InstanceBoundsWhere one instance is and how big it is, in world space.
Fields and properties (2)
public Vector3 CentreIts centre.
public float RadiusA sphere around it that nothing it draws escapes.
Methods (1)
public InstanceBounds(Vector3 Centre, float Radius)Where one instance is and how big it is, in world space.
Used by (5)
- FoliageCullParityTestsVixen.Rendering.Terrain.Tests
- FoliageRendererVixen.Rendering.Terrain
- GrassRendererVixen.Rendering.Terrain
- InstanceCullerVixen.Rendering
- InstanceCullingTestsVixen.Rendering.Tests