Class ElectiveExtensions.DefineSymbolItem
Namespace: UnityEditor.MARS.Build
Syntax
public class DefineSymbolItem
Constructors
DefineSymbolItem(String, Boolean, Boolean)
Declaration
public DefineSymbolItem(string name, bool required, bool present = false)
Parameters
Type | Name | Description |
---|---|---|
String | name | |
Boolean | required | |
Boolean | present |
Properties
Name
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
String |
Present
Declaration
public bool Present { get; }
Property Value
Type | Description |
---|---|
Boolean |
Required
Declaration
public bool Required { get; }
Property Value
Type | Description |
---|---|
Boolean |