expose material instance
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user