IUrlReference Interface
Namespace: Stride.Core.SerializationAssembly: Stride.Core.Serialization.dll
Represents a Url to an asset.
public interface IUrlReference
Name | Description | |
---|---|---|
Properties | ||
IsEmpty | Gets whether the is |
|
Url |
Properties
IsEmpty
Gets whether the is null
or empty.
bool IsEmpty { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Url
string Url { get; }
Property Value
Type | Description |
---|---|
System.String |