SetConstrainProportions
Sets Constrain Proportions as it would be set in the Transform Inspector window.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Method
- Namespace: UnityEditor
- Assembly: UnityEditor.CoreModule
SetConstrainProportions(Transform, bool)
Sets Constrain Proportions as it would be set in the Transform Inspector window.
public static void SetConstrainProportions(Transform transform, bool enabled)
Parameters
SetConstrainProportions(Transform[], bool)
Sets Constrain Proportions as it would be set in the Transform Inspector window.
public static void SetConstrainProportions(Transform[] transforms, bool enabled)
Parameters
Transforms to set Constrain Proportions for.
Enable/Disable Constrain Proportions for passed transforms.