Interface IUserToolsScreen
Namespace: Fwt.HexTerrains.UserTools.UI
Assembly: fwt.hexterrains.dll
Syntax
public interface IUserToolsScreen : IUIScreen
Properties
SelectedUserToolCallback
Declaration
Func<int, UserToolStateBase> SelectedUserToolCallback { get; set; }
Property Value
| Type | Description |
|---|---|
| Func<int, UserToolStateBase> |