Class PlayModeTool.Tab
- Namespace
- TinyLife.Tools
- Assembly
- TinyLife.dll
public class PlayModeTool.Tab
- Inheritance
-
PlayModeTool.Tab
- Inherited Members
-
- Extension Methods
-
Properties
public Type AllowedPersonType { get; init; }
Property Value
- Type
public Func<PersonLike, (int Priority, Color Color)> GetImportance { get; init; }
Property Value
- Func<PersonLike, (int Priority, Color Color)>
public required string Name { get; init; }
Property Value
- string
public required Action<PersonLike, Panel> Populate { get; init; }
Property Value
- Action<PersonLike, Panel>
public Func<PersonLike, Action<PersonLike>, (Action Add, Action Remove)> RefreshEvents { get; init; }
Property Value
- Func<PersonLike, Action<PersonLike>, (Action Add, Action Remove)>
Texture
public required TextureRegion Texture { get; init; }
Property Value
- TextureRegion