csharp
public enum PostProcessShapeKindWhich built-in shape a volume is.
Remarks
⚠ Box is zero, so a scene written before shapes existed loads as one. The field is absent from every volume authored against [32](../../../docs/plan/32-post-process-volumes.md), and a default that was anything else would silently change the shape of every one of them.
Fields and properties (3)
BoxA box of Extents, in the entity's own space.
SphereAn ellipsoid whose radii are Extents, in the entity's own space. Uniform extents are a sphere.
CustomA shape something outside this assembly supplies, through Shapes.
Used by (5)
- PostProcessVolumeVixen.Rendering
- PostProcessVolumeSystemVixen.Rendering
- PostProcessVolumeTestsVixen.Rendering.Tests
- TypeRegistrationVixen.Rendering
- Vixen_Rendering_Ecs_PostProcessVolumeSerializerVixen.Rendering