ScaleSize¶
Uniformly scales/multiplies an int2 which is used for defining resolutions
For a similar operator with more settings see [ScaleResolution]
Also see [MakeResolution], [int2] etc.
Input Parameters¶
| Name (Relevancy & Type) | Description |
|---|---|
| InputSize (Int2) | Defines X and Y / Width and height of the resolution to be scaled |
| Stretch (Vector2) | — |
| Scale (Single) | Scale factor that is used to multiply the resolution |
Outputs¶
| Name | Type |
|---|---|
| Result | T3.Core.DataTypes.Vector.Int2 |