Class RawAsset
A raw asset, an asset that is imported as-is.
[DataContract("RawAsset")]
[AssetDescription(".sdraw")]
[Display(1050, "Raw Asset", null)]
public sealed class RawAsset : AssetWithSource, IAssetWithSource
- Inheritance
-
RawAsset
- Implements
- Inherited Members
Constructors
RawAsset()
Initializes a new instance of the RawAsset class.
public RawAsset()
Fields
FileExtension
public const string FileExtension = ".sdraw"
Field Value
Properties
Compress
Gets or sets a value indicating whether this RawAsset will be compressed when compiled.
public bool Compress { get; set; }
Property Value
- bool
true
if this asset will be compressed when compiled; otherwise,false
.