Debology.Debby.Modules.Adjust.Attributes
AdjustStringAttribute Class
Attribute to mark a string field or property as adjustable, with additional options.
csharp
public class AdjustStringAttribute : Debology.Debby.Modules.Adjust.Attributes.AdjustAttributeInheritance UnityEngine.Scripting.PreserveAttribute 🡒 AdjustAttribute 🡒 AdjustStringAttribute
Fields
AdjustStringAttribute.Options Field
If set, this string will be displayed as a dropdown with the given options.
csharp
public string[] Options;