Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GetResizeModeName(VideoResizeMode)

Get the full name 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 string GetResizeModeName(VideoResizeMode mode)

Parameters

Mode for which the width is queried.

Returns

Type

Description

stringName for the specified resize mode.

Remarks

The full name includes the resulting width and height for the specified resize mode.