GetResizeWidth(VideoResizeMode)
Get the resulting width of the resize operation for the specified resize mode.
Read time 1 minuteLast updated 13 days ago
Definition
- Type: Method
- Namespace: UnityEditor
- Assembly: UnityEditor
public int GetResizeWidth(VideoResizeMode mode)
Parameters
Mode for which the width is queried.
Returns
Type | Description |
|---|---|
| int | Width for the specified resize mode. |