MakeResolution¶
Creates an int2 from two single ints
Technically the same as [int2] with different naming
Input Parameters¶
| Name (Relevancy & Type) | Description |
|---|---|
| Width (Int32) | X value defines the width |
| Height (Int32) | Y value defines the height |
Outputs¶
| Name | Type |
|---|---|
| Size | T3.Core.DataTypes.Vector.Int2 |