UrlType Enum
Namespace: Stride.Core.Serialization.ContentsAssembly: Stride.Core.Serialization.dll
An enum representing the type of an url.
[DataContract]
public enum UrlType
              Fields
| Name | Description | 
|---|---|
| Content | The location is a content url.  | 
                  
| File | The location is a file on the disk.  | 
                  
| None | The location is not valid.  |