AssetWithSource Class
Namespace: Stride.Core.AssetsAssembly: Stride.Core.Assets.dll
An asset that references a source file used during the compilation of the asset.
Derived from AssetWithSource: RawAsset
[DataContract]
public abstract class AssetWithSource : Asset, IAssetWithSource
| Name | Description | |
|---|---|---|
| Properties | ||
| MainSource | ||
| Source | Gets or sets the source file of this asset. |
|
Properties
MainSource
public override UFile MainSource { get; }
Property Value
| Type | Description |
|---|---|
| Stride.Core.IO.UFile |
Overrides
Source
Gets or sets the source file of this asset.
[DataMember(-50)]
[SourceFileMember(false)]
public UFile Source { get; set; }
Property Value
| Type | Description |
|---|---|
| Stride.Core.IO.UFile | The source. |