Add Build Actions option to editor settings for build button configuration
This commit is contained in:
@@ -12,9 +12,6 @@ namespace FlaxEngine.Utilities
|
||||
/// <summary>
|
||||
/// Gets the state machine.
|
||||
/// </summary>
|
||||
/// <value>
|
||||
/// The state machine.
|
||||
/// </value>
|
||||
public StateMachine StateMachine => owner;
|
||||
|
||||
/// <summary>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user