Debology.Debby.Modules.Adjust.Attributes Namespace
| Classes | |
|---|---|
| AdjustActionAttribute | Attribute to mark a method as an adjustable action. |
| AdjustAttribute | The base attribute for marking fields, properties, and methods for adjustment in the Adjust module. Adding this attribute to a field, property, or method will expose it in the Adjust module. |
| AdjustContextAttribute | This optional AdjustContext attribute can be used to modify contexts with custom icons. |
| AdjustDoubleAttribute | Attribute to mark a double field or property as adjustable. |
| AdjustFloatAttribute | Attribute to mark a float field or property as adjustable. |
| AdjustIntAttribute | Attribute to mark an integer field or property as adjustable. |
| AdjustLongAttribute | Attribute to mark a long field or property as adjustable. |
| AdjustStringAttribute | Attribute to mark a string field or property as adjustable, with additional options. |
| AdjustUIntAttribute | Attribute to mark a uint field or property as adjustable. |
| AdjustULongAttribute | Attribute to mark a ulong field or property as adjustable. |