Class ProjectProfile
Profile element class.
Namespace: Evergine.Common
Assembly: Evergine.Common.dll
Syntax
public class ProjectProfile
Properties
AdditionalEffectTechniqueCombinations
Gets or sets the additional effect directives. Example1: A-B,B-C,... Example2: A, B-A, B-C,...
Declaration
public string AdditionalEffectTechniqueCombinations { get; set; }
Property Value
Type | Description |
---|---|
string |
AlphaCompressionFormat
Gets or sets the alpha compression format.
Declaration
public PixelFormat AlphaCompressionFormat { get; set; }
Property Value
Type | Description |
---|---|
PixelFormat |
CompileEffects
Gets or sets a value indicating whether the effects will be compiled.
Declaration
public bool CompileEffects { get; set; }
Property Value
Type | Description |
---|---|
bool |
GraphicsBackend
Gets or sets the graphics backend.
Declaration
public GraphicsBackend GraphicsBackend { get; set; }
Property Value
Type | Description |
---|---|
GraphicsBackend |
LauncherType
Gets or sets the launcher type.
Declaration
public string LauncherType { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
Gets or sets the name.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
NonAlphaCompressionFormat
Gets or sets non alpha compresion format.
Declaration
public PixelFormat NonAlphaCompressionFormat { get; set; }
Property Value
Type | Description |
---|---|
PixelFormat |
Platform
Gets or sets the platform.
Declaration
public PlatformType Platform { get; set; }
Property Value
Type | Description |
---|---|
PlatformType |