enum
AssetTypeFlags
public sealed enum AssetTypeFlags : Enum Flags for AssetTypeAttribute
Enum Values
| Name | Value | Description |
|---|---|---|
None | | |
NoEmbedding | | If set then this resource cannot be embedded. This means that in the editor it can only really exist as an asset file on disk, not inside another asset. |
IncludeThumbnails | | Include thumbnails when publishing as part of another package |