Riwmorld
|
Public Member Functions | |
override void | DoWindowContents (Rect fillRect) |
![]() | |
override void | DoWindowContents (Rect inRect) |
void | Notify_PawnsChanged () |
override void | PostOpen () |
override void | PreOpen () |
![]() | |
virtual bool | CausesMessageBackground () |
virtual void | Close (bool doCloseSound=true) |
virtual void | ExtraOnGUI () |
virtual void | Notify_ResolutionChanged () |
virtual void | PostClose () |
virtual void | PreClose () |
virtual void | WindowOnGUI () |
virtual void | WindowUpdate () |
Protected Member Functions | |
override void | DrawPawnRow (Rect rect, Pawn p) |
![]() | |
virtual void | BuildPawnList () |
void | DrawRows (Rect rect) |
![]() | |
override void | SetInitialSizeAndPosition () |
Properties | |
override Vector2 | RequestedTabSize [get] |
![]() | |
override float | Margin [get] |
int | PawnsCount [get] |
![]() | |
virtual MainTabWindowAnchor | Anchor [get] |
override Vector2 | InitialSize [get] |
virtual Vector2 | RequestedTabSize [get] |
virtual float | TabButtonBarPercent [get] |
![]() | |
virtual Vector2 | InitialSize [get] |
virtual bool | IsDebug [get] |
virtual float | Margin [get] |
Additional Inherited Members | |
![]() | |
const float | PawnRowHeight = 30f |
![]() | |
MainTabDef | def |
![]() | |
WindowLayer | layer = WindowLayer.Dialog |
string | optionalTitle |
bool | doCloseX |
bool | doCloseButton |
bool | closeOnEscapeKey = true |
bool | closeOnClickedOutside |
bool | forcePause |
bool | preventCameraMotion = true |
bool | preventDrawTutor |
bool | doWindowBackground = true |
bool | onlyOneOfTypeAllowed = true |
bool | absorbInputAroundWindow |
bool | resizeable |
bool | draggable |
bool | drawShadow = true |
bool | focusWhenOpened = true |
float | shadowAlpha = 1f |
SoundDef | soundAppear |
SoundDef | soundClose |
SoundDef | soundAmbient |
bool | silenceAmbientSound |
bool | wantsRenderedWorld |
int | ID |
Rect | windowRect |
![]() | |
const float | NameColumnWidth = 165f |
const float | NameLeftMargin = 3f |
Vector2 | scrollPosition = Vector2.zero |
List< Pawn > | pawns = new List<Pawn>() |
![]() | |
const float | StandardMargin = 18f |
readonly Vector2 | CloseButSize = new Vector2(120f, 40f) |