Enum UrlType
- Namespace
- Stride.Core.Serialization.Contents
- Assembly
- Stride.Core.Serialization.dll
An enum representing the type of an url.
[DataContract]
public enum UrlType
Fields
Content = 2
The location is a content url.
File = 1
The location is a file on the disk.
None = 0
The location is not valid.