C# Класс Fluffy.MainTabWindow_Animals

Наследование: MainTabWindow_PawnList
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
Asc bool
IsDirty bool
Order Orders
TrainingOrder TrainableDef
iconSize float

Открытые методы

Метод Описание
DoWindowContents ( Rect fillRect ) : void
PostOpen ( ) : void

Защищенные методы

Метод Описание
BuildPawnList ( ) : void
DrawPawnRow ( Rect rect, Pawn p ) : void

Приватные методы

Метод Описание
DrawColumnHeader_Age ( float &curX, Rect ageRect ) : void
DrawColumnHeader_Areas ( Rect rect, AllowedAreaMode mode = AllowedAreaMode.Animal ) : void
DrawColumnHeader_Follow ( float &curX, Rect rect ) : void
DrawColumnHeader_Gender ( float &curX, Rect genderRect ) : void
DrawColumnHeader_Master ( float &curX, Rect rect ) : void
DrawColumnHeader_Name ( Rect nameRect ) : void
DrawColumnHeader_Pregnant ( float &curX, Rect pregnantRect ) : void
DrawColumnHeader_Slaughter ( float &curX, Rect slaughterRect ) : void
DrawColumnHeader_Training ( float &curX, Rect rect ) : void
DrawFilterButton ( Rect filterButton ) : void

Описание методов

BuildPawnList() защищенный Метод

protected BuildPawnList ( ) : void
Результат void

DoWindowContents() публичный Метод

public DoWindowContents ( Rect fillRect ) : void
fillRect UnityEngine.Rect
Результат void

DrawPawnRow() защищенный Метод

protected DrawPawnRow ( Rect rect, Pawn p ) : void
rect UnityEngine.Rect
p Pawn
Результат void

PostOpen() публичный Метод

public PostOpen ( ) : void
Результат void

Описание свойств

Asc публичное статическое свойство

public static bool Asc
Результат bool

IsDirty публичное статическое свойство

public static bool IsDirty
Результат bool

Order публичное статическое свойство

public static Orders Order
Результат Orders

TrainingOrder публичное статическое свойство

public static TrainableDef TrainingOrder
Результат TrainableDef

iconSize публичное статическое свойство

public static float iconSize
Результат float