resizable
Determines whether the window can be resized by the user.
Read time 1 minuteLast updated 2 days ago
Definition
- Type: Property
- Namespace: UnityEngine.Windowing
- Assembly: UnityEngine.WindowingGatedModule
public bool resizable { get; set; }
Remarks
If set to true, the window will have resizing handles. If false, the window size is fixed.