Vixen
02b45cc4

SubAssetCollisionException

class Core/Vixen.Core.Yaml/Meta/SubAssets.cs:10
csharp
public sealed class SubAssetCollisionException

Two sub-assets of one asset that derived the same id.

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

Fields and properties (3)

  • public SubAssetId Id

    The id they both wanted.

  • public string First

    One of them.

  • public string Second

    The other.

Methods (1)

  • public SubAssetCollisionException(SubAssetId id, string first, string second)

    Two sub-assets of one asset that derived the same id.

Used by (2)

  • MetaTestsVixen.Core.Yaml.Tests
  • SubAssetsVixen.Core.Yaml