public abstract class Module : IModule| ConfigVersion | Version of the configuration version. |
| DisplayName | Displayed name in the UI. |
| FoldOut | Is this module's UI is folded out? |
| Main | PrefabDrawer window reference. |
| ModuleConfig | Configuration of this module. |
| ConfigIsValid | Is saved data valid for this module? |
| DrawUI | UI drawing method. |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| Init | Initialize module. |
| Load | Load module's settings from Config. |
| MainUI | UI that will be displayed inside of the fold out. |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
| Save | Save module's settings. |
| SceneUpdate | Called when Scene window is updated. |
| ToString | Returns a string that represents the current object. (Inherited from Object) |