Vixen
02b45cc4
csharp
public static class VfxEmitters

Reading and writing an entity's effect.

Read the guide page for this →

Fields and properties (1)

  • public const float DefaultReach

    How far a particle is assumed to reach when a document says nothing.

Methods (2)

  • public static VfxEmitter Default(AssetReference effect)

    An emitter for an effect, with the values a new one should have.

  • public static void Attach(World world, Entity entity, VfxEmitter emitter)

    Puts an effect on an entity, replacing whatever was there.

Used by (2)

  • VfxExtractionSystemVixen.Rendering
  • VfxExtractionTestsVixen.Rendering.Tests