Riwmorld
|
Public Member Functions | |
DiaOption (string text) | |
DiaOption (DiaOptionMold def) | |
void | Disable (string newDisabledReason) |
float | OptOnGUI (Rect rect, bool active=true) |
Public Attributes | |
Window | dialog |
DiaNode | link |
Func< DiaNode > | linkLateBind |
bool | resolveTree |
Action | action |
bool | disabled |
string | disabledReason |
SoundDef | clickSound = SoundDefOf.PageChange |
Protected Member Functions | |
void | Activate () |
Protected Attributes | |
string | text |
readonly Color | DisabledOptionColor = new Color(0.5f, 0.5f, 0.5f) |
Properties | |
static DiaOption | DefaultOK [get] |
Dialog_NodeTree | OwningDialog [get] |