Class PluginManifestAssetInfo
Contains the information about asset files related with the plugin.
public class PluginManifestAssetInfo
- Inheritance
-
PluginManifestAssetInfo
- Inherited Members
Properties
FileHash
Hash of the asset file in MD5 format.
public required byte[] FileHash { get; set; }
Property Value
- byte[]
FilePath
Relative path of the asset file.
public required string FilePath { get; set; }
Property Value
Size
Size of the asset file.
[JsonNumberHandling(JsonNumberHandling.AllowReadingFromString)]
public long Size { get; set; }