AssetCategory Enumeration
Different flags for identifying the different asset types in articy.
Definition
Namespace: Articy.Unity.Interfaces
Assembly: ArticyRuntime (in ArticyRuntime.dll) Version: 1.3.1
Assembly: ArticyRuntime (in ArticyRuntime.dll) Version: 1.3.1
C#
[FlagsAttribute]
public enum AssetCategoryMembers
| None | 0x00 | No asset type |
| Image | 0x01 | All image related asset types, also icons and svg. |
| Video | 0x02 | All video related asset types |
| Audio | 0x04 | All audio related asset types |
| Document | 0x08 | All documents, like txt and doc. |
| Misc | 0x10 | Everything else, like obj, blend, fbx etc. |
| All | 0x1F | Defines a flag to describe all assets, used when declaring supported assets. |