Api Sandbox AssetTypeFlags
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
Assembly: Sandbox.Engine Namespace: Sandbox Full Name: Sandbox.AssetTypeFlags