Class UrlReference
- Namespace
- Stride.Core.Serialization
- Assembly
- Stride.Core.Serialization.dll
Represents a Url to an asset.
[DataSerializer(typeof(UrlReferenceDataSerializer))]
public sealed class UrlReference : UrlReferenceBase, IReference, IUrlReference- Inheritance
- 
      objectUrlReference
- Implements
- Inherited Members
Constructors
UrlReference()
Create a new UrlReference instance.
public UrlReference()UrlReference(AssetId, string)
Create a new UrlReference instance.
public UrlReference(AssetId id, string url)Parameters
Exceptions
- ArgumentNullException
- If - urlis- nullor empty.
UrlReference(string)
Create a new UrlReference instance.
public UrlReference(string url)Parameters
- urlstring
Exceptions
- ArgumentNullException
- If - urlis- nullor empty.