Enum ResourceFileType
- Namespace
- LlamaLogic.Packages
- Assembly
- LlamaLogic.Packages.dll
The file type of a package resource independent of storage within a DataBasePackedFile
public enum ResourceFileType
Fields
[ResourceFileTypeFormat("bin", "application/octet-stream")] Binary = 0Binary
[ResourceFileTypeFormat("dds", "image/vnd.ms-dds")] DirectDrawSurface = 1DDS Image
[ResourceFileTypeFormat("png", "image/png")] DirectDrawSurfaceAsPortableNetworkGraphic = 2PNG Image converted from DDS Image
[ResourceFileTypeFormat("json", "application/json")] JavaScriptObjectNotation = 3JavaScript Object Notation
[ResourceFileTypeFormat("jpg", "image/jpeg")] JointPhotographicExpertsGroupImage = 4JPEG Image
[ResourceFileTypeFormat("png", "image/png")] PortableNetworkGraphic = 5PNG Image
[ResourceFileTypeFormat("jpg", "image/jpeg")] Ts4TranslucentJointPhotographicExpertsGroupImage = 7The Sims 4's proprietary image format in which a PNG alpha mask is embedded in the headers of a JPEG
[ResourceFileTypeFormat("xml", "application/xml")] TuningMarkup = 6Tuning XML
[ResourceFileTypeFormat("yml", "application/x-yaml")] YetAnotherMarkupLanguage = 8Yet Another Markup Language