![]() |
Kerbal Space Program
1.12.4
|
Used in PartCategorizer for editor part category icons More...
Public Member Functions | |
| override bool | Equals (System.Object obj) |
| bool | Equals (Icon p) |
| override int | GetHashCode () |
| string | GetName () |
| Icon (string name, Texture iconNormal, Texture iconSelected, bool simple=false) | |
| Constructor for Icon More... | |
Public Attributes | |
| Texture | iconNormal |
| Texture | iconSelected |
| string | name = "" |
| bool | simple = false |
Used in PartCategorizer for editor part category icons
|
inline |
Constructor for Icon
| name | The identifier of the icon |
| iconNormal | The "normal" state of the icon |
| iconSelected | The "selected" state of the icon |
| simple | If true you only have to specify the selected state of the icon. A black "normal" state will be generated automatically. |
|
inline |
|
inline |
|
inline |
|
inline |
| Texture RUI.Icons.Selectable.Icon.iconNormal |
| Texture RUI.Icons.Selectable.Icon.iconSelected |
| string RUI.Icons.Selectable.Icon.name = "" |
| bool RUI.Icons.Selectable.Icon.simple = false |
1.8.7