csharp
public record class VfxImportSettingsHow a visual effect is compiled.
Remarks
Empty, on MaterialImportSettings's terms: a .vxvfx is already engine data and there is nothing about the conversion to decide. What a build might one day vary — whether the GPU kernels are emitted and compiled for the target as well as the CPU graph — is doc 06's dispatch path and not this file's.
Fields and properties (1)
public int VersionThe importer's own version. Bumping it invalidates every artefact that importer produced.
Used by (2)
- TypeRegistrationVixen.Editor.Assets
- VfxImporterVixen.Editor.Assets