终于修复了PropertyItem多层预制体的收纳/展开rect错误
This commit is contained in:
@@ -287,6 +287,12 @@ namespace Convention.WindowsUI.Variant
|
||||
|
||||
private void ForceRebuildLayoutImmediate()
|
||||
{
|
||||
// TODO
|
||||
if(this.parentEntry!=null)
|
||||
{
|
||||
|
||||
}
|
||||
return;
|
||||
if (ref_value != null)
|
||||
{
|
||||
ConventionUtility.StartCoroutine(Adjuster(ref_value.transform as RectTransform));
|
||||
|
Reference in New Issue
Block a user