RawAsset Class
Namespace: Stride.Core.AssetsAssembly: Stride.Core.Assets.dll
A raw asset, an asset that is imported as-is.
Derived from RawAsset:
[DataContract("RawAsset")]
[AssetDescription(".sdraw")]
[Display(1050, "Raw Asset", null)]
public sealed class RawAsset : AssetWithSource, IAssetWithSource
| Name | Description | |
|---|---|---|
| Constructors | ||
| RawAsset() | Initializes a new instance of the RawAsset class. |
|
| Fields | ||
| FileExtension | ||
| Properties | ||
| Compress | Gets or sets a value indicating whether this RawAsset will be compressed when compiled. |
|
Constructors
RawAsset()
Initializes a new instance of the RawAsset class.
public RawAsset()
Fields
FileExtension
public const string FileExtension = ".sdraw"
Field Value
| Type | Description |
|---|---|
| System.String |
Properties
Compress
Gets or sets a value indicating whether this RawAsset will be compressed when compiled.
public bool Compress { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
|