IComponent Interface - NocturnalWisp/Tynted-Engine GitHub Wiki
Usage
The bases of all components.
Enabled (Property)
Summary Determines if the component is enabled or not.
Type
- bool
Clone (Property Getter)
Summary Intended to create and return a new object of the component type.
Type
- IComponent