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