| 
    Terraria v1.4.4.9
    
   Terraria source code documentation 
   | 
 
Public Member Functions | |
| RazerDeviceGroup (VendorColorProfile colorProfiles) | |
| override IEnumerator< RgbDevice > | GetEnumerator () | 
| void | Enable () | 
| void | Disable () | 
| virtual void | OnceProcessed () | 
| virtual void | LoadSpecialRules (object specialRulesObject) | 
| void | Dispose () | 
Protected Member Functions | |
| override void | Initialize () | 
| override void | Uninitialize () | 
| virtual void | Dispose (bool disposing) | 
Properties | |
| bool | IsEnabled [get, private set] | 
Private Attributes | |
| readonly List< RgbDevice > | _devices = new List<RgbDevice>() | 
| bool | _isInitialized | 
| readonly VendorColorProfile | _colorProfiles | 
| bool | _initializationFailed | 
| bool | _isDisposed | 
Definition at line 8 of file RazerDeviceGroup.cs.