Vixen
02b45cc4
csharp
public static class CompiledEffectWriter

Writes a CompiledEffect as .rvnfx.

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

Methods (2)

  • public static byte[] Write(CompiledEffect effect)

    Serialises to bytes.

  • public static void WriteFile(string path, CompiledEffect effect)

    Serialises to a file.

Used by (2)

  • CompileDriverVixen.Raven.Cli
  • CompiledEffectTestsVixen.Raven.Tests