Vixen
dd8b0a81
csharp
public record class ShaderGraphImportSettings

How a shader graph is compiled.

Read the guide page for this →

Remarks

Empty, on VfxImportSettings's terms: a .vxshadergraph is a graph and there is nothing about the conversion to decide. What a build might one day vary — which permutations of the generated shader are baked — belongs to the effect manifest, which is a project's decision 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)

  • ShaderGraphImporterVixen.Editor.Assets
  • TypeRegistrationVixen.Editor.Assets