Interface IUrlReference
- Namespace
 - Stride.Core.Serialization
 
- Assembly
 - Stride.Core.Serialization.dll
 
Represents a Url to an asset.
public interface IUrlReference
  Properties
IsEmpty
Gets whether the is null or empty.
bool IsEmpty { get; }
  Property Value
Url
Gets the Url of the referenced asset.
string Url { get; }