csharp
public enum VfxRendererKindWhat a particle is drawn as.
No guide page documents this yet — the page shows what the code says about itself.
Fields and properties (4)
BillboardA quad, one per particle.
MeshAn instance of a mesh, one per particle: a transform and a colour rather than geometry.
RibbonA strip joining the particles of one ribbon, ordered oldest first.
LightA 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