Table of Contents

Class PlayModeTool.Tab

Namespace
TinyLife.Tools
Assembly
TinyLife.dll
public class PlayModeTool.Tab
Inheritance
PlayModeTool.Tab
Inherited Members
Extension Methods

Properties

AllowedPersonType

public Type AllowedPersonType { get; init; }

Property Value

Type

GetImportance

public Func<PersonLike, (int Priority, Color Color)> GetImportance { get; init; }

Property Value

Func<PersonLike, (int Priority, Color Color)>

Name

public required string Name { get; init; }

Property Value

string

Populate

public required Action<PersonLike, Panel> Populate { get; init; }

Property Value

Action<PersonLike, Panel>

RefreshEvents

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