Class ElectiveExtensions.SupportedConfiguration
Inheritance
ElectiveExtensions.SupportedConfiguration
Assembly: Unity.MARS.Editor.dll
Syntax
[Obsolete]
public class ElectiveExtensions.SupportedConfiguration
Constructors
SupportedConfiguration(string, BuildTarget[], PackageItem[], DefineSymbolItem[], GraphicsDeviceType[], string[], ReportOutputLevels, bool)
Declaration
[Obsolete]
public SupportedConfiguration(string friendlyName = "", BuildTarget[] buildTargets = null, ElectiveExtensions.PackageItem[] dependencies = null, ElectiveExtensions.DefineSymbolItem[] defineSymbols = null, GraphicsDeviceType[] supportedGraphicsApis = null, string[] supportedEditorVersions = null, ElectiveExtensions.SupportedConfiguration.ReportOutputLevels reportOutputLevel = ReportOutputLevels.WarnOnIssue, bool supportedGraphicsApIsIsOrdered = false)
Parameters
Properties
BuildTargets
Declaration
[Obsolete]
public BuildTarget[] BuildTargets { get; }
Property Value
DefineSymbols
Declaration
[Obsolete]
public ElectiveExtensions.DefineSymbolItem[] DefineSymbols { get; }
Property Value
Dependencies
Declaration
[Obsolete]
public ElectiveExtensions.PackageItem[] Dependencies { get; }
Property Value
FriendlyName
Declaration
[Obsolete]
public string FriendlyName { get; }
Property Value
ReportOutputLevel
Declaration
[Obsolete]
public ElectiveExtensions.SupportedConfiguration.ReportOutputLevels ReportOutputLevel { get; set; }
Property Value
SupportedEditorVersions
Declaration
[Obsolete]
public string[] SupportedEditorVersions { get; }
Property Value
SupportedGraphicsAPIs
Declaration
[Obsolete]
public GraphicsDeviceType[] SupportedGraphicsAPIs { get; }
Property Value
SupportedGraphicsAPIsIsOrdered
Declaration
[Obsolete]
public bool SupportedGraphicsAPIsIsOrdered { get; }
Property Value