Add controls to the ActorToolbox in the GUI tab. Add dragging and dropping controls from toolbox into scene and prefab trees.
This commit is contained in:
@@ -8,6 +8,7 @@ namespace FlaxEngine.GUI
|
||||
/// Panel UI control.
|
||||
/// </summary>
|
||||
/// <seealso cref="FlaxEngine.GUI.ScrollableControl" />
|
||||
[ActorToolbox("GUI")]
|
||||
public class Panel : ScrollableControl
|
||||
{
|
||||
private bool _layoutChanged;
|
||||
|
||||
Reference in New Issue
Block a user