Enum ResourceFormat
Type of resource supported by a plugin
Namespace: Firefly.EmbeddedResourceLoader
Assembly: Firefly.EmbeddedResourceLoader.dll
Syntax
public enum ResourceFormat
Fields
| Name | Description |
|---|---|
| Stream | Resource content should be provided as stream |
| String | Resource content should be provided as string |