LoadOptions.ResourceLoadingResult.MIMETypeIfKnown

LoadOptions.ResourceLoadingResult.MIMETypeIfKnown field

Sometimes knowledge about MIME type of loaded resource is usefull for converter You can provide MIME type(if it’d known after loading) in this parameter. Please leave parameter equal to null when MIME type unknown or it’s not necessary to supply it.

public string MIMETypeIfKnown;

See Also