Vixen
02b45cc4
csharp
public record class AnimationClipImportSettings

Settings for the importer that takes an authored clip.

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

Remarks

Empty, for NativeFormatImportSettings's reason: a .vxanim is engine data, so there is nothing to decide about how to read it. The frame rate that looks like a candidate is the editor's timeline snap and not a property of the clip.

Fields and properties (1)

  • public int Version

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

Used by (2)

  • AnimationClipImporterVixen.Editor.Assets
  • TypeRegistrationVixen.Editor.Assets