Vixen
caa30e12
csharp
public enum PostProcessShapeKind

Which built-in shape a volume is.

Read the guide page for this →

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)

  • Box

    A box of Extents, in the entity's own space.

  • Sphere

    An ellipsoid whose radii are Extents, in the entity's own space. Uniform extents are a sphere.

  • Custom

    A 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