Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


resizable

Determines whether the window can be resized by the user.
Read time 1 minuteLast updated 2 days ago

Definition

public bool resizable { get; set; }

Remarks

If set to true, the window will have resizing handles. If false, the window size is fixed.