From b27e55636302ad5eaf1c4cad1027b7ced01c0fa5 Mon Sep 17 00:00:00 2001 From: Saas Date: Mon, 2 Feb 2026 21:35:40 +0100 Subject: [PATCH] expose material instance --- Source/Engine/UI/GUI/Special/RadialMenu.cs | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Source/Engine/UI/GUI/Special/RadialMenu.cs b/Source/Engine/UI/GUI/Special/RadialMenu.cs index 3e752aa46..994d81ab2 100644 --- a/Source/Engine/UI/GUI/Special/RadialMenu.cs +++ b/Source/Engine/UI/GUI/Special/RadialMenu.cs @@ -129,6 +129,12 @@ namespace FlaxEngine.GUI } } + /// + /// The material instance of used to draw the menu. + /// + [HideInEditor] + public MaterialInstance MaterialInstance => _materialInstance; + /// /// The selected callback. ///