Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


StandaloneRenderResize

Enum used to determine if a Canvas should be resized when a manual Camera.Render call is performed.
Read time 1 minuteLast updated 4 days ago

Definition

  • Type: Enum
  • Namespace: UnityEngine
  • Assembly: UnityEngine.UIModule
public enum StandaloneRenderResize

Fields

Value

Description

DisabledDo not resize the Canvas when a manual Camera.Render call is performed.
EnabledResize the Canvas when a manual Camera.Render call is performed.