ModItem Class |
Namespace: Kit.Modding.UI
The ModItem type exposes the following members.
| Name | Description | |
|---|---|---|
| MoveDown | Move the mod down in the load order. | |
| MoveUp | Move the mod up in the load order. | |
| Refresh | (Re)load the mod data. (Overrides ItemRefresh.) | |
| Toggle | Toggle the mod on or off. |
| Name | Description | |
|---|---|---|
| AuthorText | Label to use for displaying mod author. | |
| DescriptionText | Label to use for displaying mod description. | |
| DisabledColor | Color of the name label when the mod is disabled. | |
| EnabledColor | Color of the name label when the mod is enabled. | |
| EnableToggle | Button to use for enabling/disabling the mod. | |
| MoveDownButton | Button to use for moving the mod down in the load order. | |
| MoveUpButton | Button to use for moving the mod up in the load order. | |
| NameText | Label to use for displaying mod name. | |
| RecolorTime | Toggle animation time. | |
| ReorderTime | Move up/down animation time. | |
| VersionText | Label to use for displaying mod version. |
| Name | Description | |
|---|---|---|
| Destroy | Destroy the object. (Defined by UnityObjectExtensions.) | |
| Disable | Set the enabled property to . (Defined by BehaviourExtensions.) | |
| Enable | Set the enabled property to . (Defined by BehaviourExtensions.) | |
| GetBounds | Returns the bounds of the Component. | |
| IsPrefab | Returns whether the Component is a part of a prefab. (Defined by ComponentExtensions.) |