csharp
public static class CompiledEffectReaderReads a .rvnfx back.
No guide page documents this yet — the page shows what the code says about itself.
Methods (2)
public static CompiledEffect Read(ReadOnlySpan<byte> bytes)Deserialises from bytes.
public static CompiledEffect ReadFile(string path)Deserialises from a file.
Used by (1)
- CompiledEffectTestsVixen.Raven.Tests