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