csharp
public enum AssetStatusWhere a load has got to.
No guide page documents this yet — the page shows what the code says about itself.
Fields and properties (4)
LoadingStill going.
LoadedDone, and Result is there.
FailedIt did not load, and asking for the result rethrows why.
ReleasedThe 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