EnumFlags.Add
Add enum flags(bitwise OR)

Properties
| Property Name | Description | 
|---|---|
| Type | Type of enum flag | 
| Value 1 | Value1 | 
| Value 2 | Value2 | 
| Result | Output the result. (Result = Value1 | 
Add enum flags(bitwise OR)

| Property Name | Description | 
|---|---|
| Type | Type of enum flag | 
| Value 1 | Value1 | 
| Value 2 | Value2 | 
| Result | Output the result. (Result = Value1 |