Table of Contents

Interface IContentUrl

Namespace
Stride.Core
Assembly
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

Properties

Url

The URL of this asset.

string Url { get; set; }

Property Value

string