Class AssetProfile
Class that represents an asset profile.
Inheritance
AssetProfile
Inherited Members
Namespace: Evergine.Assets.Exporters
Assembly: Evergine.Assets.dll
Syntax
public abstract class AssetProfile
Fields
DefaultName
The default profile name.
Declaration
public static readonly string DefaultName
Field Value
| Type | Description |
|---|---|
| string |
Name
Gets or sets The profile name.
Declaration
public string Name
Field Value
| Type | Description |
|---|---|
| string |
Properties
ExcludeAsset
Gets or sets a value indicating whether this asset is exclude in profile or not.
Declaration
public bool ExcludeAsset { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
Platform
Gets or sets the profile platform.
Declaration
public PlatformType Platform { get; set; }
Property Value
| Type | Description |
|---|---|
| PlatformType |