IAssetWithSource Interface
Namespace: Stride.Core.AssetsAssembly: Stride.Core.Assets.dll
public interface IAssetWithSource
              | Name | Description | |
|---|---|---|
| Properties | ||
| Source | The source file of this asset.  | 
                          |
Properties
Source
The source file of this asset.
UFile Source { get; set; }
              Property Value
| Type | Description | 
|---|---|
| Stride.Core.IO.UFile |