Show / Hide Table of Contents

Enum AsyncAssetState

The states an asset can inhibit.

Namespace: Fusee.Base.Core
Assembly: Fusee.Base.Core.dll
Syntax
public enum AsyncAssetState

Fields

Name Description
Done

State: done.

Downloading

Asset is being downloaded.

Failed

State: failed.

None

No available state.

Processing

Asset is being processed.

UserState1

State: defined by User.

UserState2

State: defined by User.

UserState3

State: defined by User.

Generated by DocFX
GitHub Repo
Back to top