Enum AssetType
Asset Type (Model, Material, Texture, etc..)
Namespace: Evergine.Common.Attributes
Assembly: Evergine.Common.dll
Syntax
public enum AssetType
Fields
| Name | Description |
|---|---|
| Cubemap | Cubemap asset |
| Entity | The entity |
| Font | The font |
| Material | Material asset (ej. wmat) |
| Model | Model asset (ej .fbx ...) |
| Prefab | The prefab |
| SkinnedModel | The skinned model |
| Sound | Sound asset (ej. wav) |
| Spritesheet | Sprite sheet asset |
| Texture | Texture asset (ej. jpg, png ...) |
| Unknown | The unknown |