Enum ContentLoaderType
Specifies the type of content loader to use for game asset loading
public enum ContentLoaderType
Fields
EmbeddedResource = 1
Load content from embedded resources in assemblies
FileSystem = 0
Load content from the file system
Network = 2
Load content from network sources
ZipArchive = 3
Load content from ZIP archive files