Vixen
02b45cc4
csharp
public enum VfxRendererKind

What a particle is drawn as.

No guide page documents this yet — the page shows what the code says about itself.

Fields and properties (4)

  • Billboard

    A quad, one per particle.

  • Mesh

    An instance of a mesh, one per particle: a transform and a colour rather than geometry.

  • Ribbon

    A strip joining the particles of one ribbon, ordered oldest first.

  • Light

    A light per particle, submitted to the lighting pass rather than drawn.

Used by (9)

  • ParticleDrawVixen.Rendering
  • ParticleLightsVixen.Rendering
  • ParticleRenderFeatureVixen.Rendering
  • ParticleRenderFeatureTestsVixen.Rendering.Tests
  • TypeRegistrationVixen.Rendering
  • VfxRendererVixen.Vfx
  • VfxRendererRowVixen.Rendering
  • Vixen_Rendering_Vfx_VfxRendererRowSerializerVixen.Rendering
  • VfxGraphCompilerTestsVixen.Editor.VfxGraph.Tests