From d2ab30e7a69bfe7efda63ae75812207377917bd3 Mon Sep 17 00:00:00 2001 From: miepzerino <o.skotnik@gmail.com> Date: Sun, 30 Mar 2025 18:50:27 +0000 Subject: [PATCH] Merge branch 'Flexalon-UI-Layouts' into develop --- Assets/Flexalon/Runtime/Core/FlexalonModifier.cs | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/Assets/Flexalon/Runtime/Core/FlexalonModifier.cs b/Assets/Flexalon/Runtime/Core/FlexalonModifier.cs new file mode 100644 index 0000000..2d86a6b --- /dev/null +++ b/Assets/Flexalon/Runtime/Core/FlexalonModifier.cs @@ -0,0 +1,9 @@ +namespace Flexalon +{ + /// <summary> Interface for components that modify layout results. </summary> + public interface FlexalonModifier + { + /// <summary> Called after the node's children are arranged.</summary> + void PostArrange(FlexalonNode node); + } +} \ No newline at end of file -- Gitblit v1.9.3