Method GetScaledSize
GetScaledSize(Vector2Int)
Return the input size, scaled by the RTHandle scale factor.
Declaration
public Vector2Int GetScaledSize(Vector2Int refSize)
Parameters
Type | Name | Description |
---|---|---|
Vector2Int | refSize | Input size |
Returns
Type | Description |
---|---|
Vector2Int | Input size scaled by the RTHandle scale factor. |
GetScaledSize()
Return the scaled size of the RTHandle.
Declaration
public Vector2Int GetScaledSize()
Returns
Type | Description |
---|---|
Vector2Int | The scaled size of the RTHandle. |