Click or drag to resize

ModItem Methods

The ModItem type exposes the following members.

Methods
  NameDescription
Public methodMoveDown
Move the mod down in the load order.
Public methodMoveUp
Move the mod up in the load order.
Public methodRefresh
(Re)load the mod data.
(Overrides ItemRefresh.)
Public methodToggle
Toggle the mod on or off.
Top
Extension Methods
  NameDescription
Public Extension MethodDestroy
Destroy the object.
(Defined by UnityObjectExtensions.)
Public Extension MethodDisable
Set the enabled property to .
(Defined by BehaviourExtensions.)
Public Extension MethodEnable
Set the enabled property to .
(Defined by BehaviourExtensions.)
Public Extension MethodGetBounds

Returns the bounds of the Component.

(Defined by ComponentExtensions.)
Public Extension MethodIsPrefab
Returns whether the Component is a part of a prefab.
(Defined by ComponentExtensions.)
Top
See Also