Vixen
02b45cc4
csharp
public record class VfxImportSettings

How a visual effect is compiled.

Read the guide page for this →

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 Version

    The importer's own version. Bumping it invalidates every artefact that importer produced.

Used by (2)

  • TypeRegistrationVixen.Editor.Assets
  • VfxImporterVixen.Editor.Assets