SImplify editor state changes logging
This commit is contained in:
@@ -52,5 +52,11 @@ namespace FlaxEngine.Utilities
|
||||
public virtual void OnExit(State nextState)
|
||||
{
|
||||
}
|
||||
|
||||
/// <inheritdoc />
|
||||
public override string ToString()
|
||||
{
|
||||
return GetType().Name;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user