expose material instance

This commit is contained in:
Saas
2026-02-02 21:35:40 +01:00
parent b0a0c5b66c
commit b27e556363

View File

@@ -129,6 +129,12 @@ namespace FlaxEngine.GUI
}
}
/// <summary>
/// The material instance of <paramref name="Material"/> used to draw the menu.
/// </summary>
[HideInEditor]
public MaterialInstance MaterialInstance => _materialInstance;
/// <summary>
/// The selected callback.
/// </summary>