IContentUrl Interface
Namespace: Stride.CoreAssembly: Stride.Core.dll
Interface for serializable object having an url (so referenceable by other assets and saved into a single blob file)
public interface IContentUrl
| Name | Description | |
|---|---|---|
| Properties | ||
| Url | The URL of this asset. |
|
Properties
Url
The URL of this asset.
string Url { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |