Add Build Actions option to editor settings for build button configuration

This commit is contained in:
Wojtek Figat
2021-02-16 15:54:22 +01:00
parent 28a67f65b4
commit c902e33d8a
8 changed files with 233 additions and 46 deletions

View File

@@ -12,9 +12,6 @@ namespace FlaxEngine.Utilities
/// <summary>
/// Gets the state machine.
/// </summary>
/// <value>
/// The state machine.
/// </value>
public StateMachine StateMachine => owner;
/// <summary>

View File

@@ -35,6 +35,11 @@ namespace FlaxEngine.Utilities
/// </summary>
public event Action StateChanged;
/// <summary>
/// Gets the states (read-only).
/// </summary>
public IReadOnlyList<State> States => states;
/// <summary>
/// Gets state of given type.
/// </summary>