Enum AssetType
Namespace: AssetRipper.IO.Files
Assembly: AssetRipper.IO.Files.dll
Syntax
public enum AssetType
Fields
Name | Description |
---|---|
Cached | Library asset file. It is editor created file, it doesn't exist in Assets directory It has the format "library/cache/[first Hash byte as hex]/[Hash as hex]" |
Internal | Used by released game |
Meta | Binary asset file. It contains all parameters inside meta file |
Serialized | Serialized asset file. It contains all parameters inside itself |