UIBlock.RotateSize
RotateSize
If true, the Layout Size will account for the bounds of Calculated Size rotated by UnityEngine.Transform.localRotation
.
If false, the UIBlock will still render rotated, but the Layout Size will not account for UnityEngine.Transform.localRotation
.
Declaration
public ref bool RotateSize { get; }