9 lines
188 B
C#
9 lines
188 B
C#
using UnityEngine;
|
|
|
|
namespace SharpUI.Source.Common.UI.Util.Layout
|
|
{
|
|
public interface ILayoutHelper
|
|
{
|
|
void ForceRebuildLayoutImmediate(RectTransform rectTransform);
|
|
}
|
|
} |