Vixen
02b45cc4
csharp
public enum AssetStatus

Where a load has got to.

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

Fields and properties (4)

  • Loading

    Still going.

  • Loaded

    Done, and Result is there.

  • Failed

    It did not load, and asking for the result rethrows why.

  • Released

    The caller released it. The value may already be gone.

Used by (6)

  • AssetHandleVixen.Assets
  • AssetManagerTestsVixen.Assets.Tests
  • AssetMaterialSourceVixen.Engine.Renderer
  • AssetMeshSourceVixen.Engine.Renderer
  • AssetVfxEffectSourceVixen.Engine.Renderer
  • AssetVirtualGeometrySourceVixen.Engine.Renderer