Skip to content

Commit

Permalink
#479 ActionStateType
Browse files Browse the repository at this point in the history
  • Loading branch information
ZerlindaYu committed Oct 23, 2022
1 parent 644981b commit 8e9bc13
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Assets/SEE/Controls/Actions/ActionStateType.cs
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,10 @@ public class ActionStateType
new ActionStateType(9, "Draw", "Draw a line",
Color.magenta.Darker(), "Materials/ModernUIPack/Pencil",
DrawAction.CreateReversibleAction);
public static ActionStateType NewMark { get; } =
new ActionStateType(10, "New Mark", "Create a new mark",
Color.blue.Darker(), "Materials/ModernUIPack/Plus",
MarkAction.CreateReversibleAction);
#endregion

/// <summary>
Expand Down

0 comments on commit 8e9bc13

Please sign in to comment.