|
static void | AddDescriptionIfNeeded (ref string originalText, string descriptionKey) |
|
static void | AddPermissionTextIfNeeded (ICreativePower power, ref string originalText) |
|
static void | AddUnlockTextIfNeeded (ref string originalText, bool needed, string descriptionKey) |
|
static GroupOptionButton< T > | CreateCategoryButton< T > (CreativePowerUIElementRequestInfo info, T option, T currentOption) |
|
static GroupOptionButton< bool > | CreateSimpleButton (CreativePowerUIElementRequestInfo info) |
|
static UIVerticalSlider | CreateSlider (Func< float > GetSliderValueMethod, Action< float > SetValueKeyboardMethod, Action SetValueGamepadMethod) |
|
static GroupOptionButton< bool > | CreateToggleButton (CreativePowerUIElementRequestInfo info) |
|
static UIImageFramed | GetIconImage (Point iconLocation) |
|
static bool | IsAvailableForPlayer (ICreativePower power, int playerIndex) |
|
static void | UpdateUnlockStateByPower (ICreativePower power, UIElement button, Color colorWhenSelected) |
|
static void | UpdateUseMouseInterface (UIElement affectedElement) |
|