|
const float | TitleAreaHeight = 45f |
|
const float | BottomButHeight = 38f |
|
Page | prev |
|
Page | next |
|
Action | nextAct |
|
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 |
|
|
static readonly Vector2 | StandardSize |
|
|
virtual bool | CanDoBack () |
|
virtual bool | CanDoNext () |
|
virtual void | DoBack () |
|
void | DoBottomButtons (Rect rect, string nextLabel=null, string midLabel=null, Action midAct=null, bool showNext=true) |
|
virtual void | DoNext () |
|
void | DrawPageTitle (Rect rect) |
|
Rect | GetMainRect (Rect rect, float extraTopSpace=0, bool ignoreTitle=false) |
|
virtual void | SetInitialSizeAndPosition () |
|
|
static readonly Vector2 | BottomButSize |
|
|
override Vector2 | InitialSize [get] |
|
virtual string | PageTitle [get] |
|
virtual Vector2 | InitialSize [get] |
|
virtual bool | IsDebug [get] |
|
virtual float | Margin [get] |
|
|
virtual bool | CausesMessageBackground () |
|
virtual void | Close (bool doCloseSound=true) |
|
abstract void | DoWindowContents (Rect inRect) |
|
virtual void | ExtraOnGUI () |
|
virtual void | Notify_ResolutionChanged () |
|
virtual void | PostClose () |
|
virtual void | PostOpen () |
|
virtual void | PreClose () |
|
virtual void | PreOpen () |
|
virtual void | WindowOnGUI () |
|
virtual void | WindowUpdate () |
|
const float | StandardMargin = 18f |
|
readonly Vector2 | CloseButSize = new Vector2(120f, 40f) |
|
The documentation for this class was generated from the following file: