Skip to content

Debology.Debby.Modules.Adjust.Attributes

AdjustFloatAttribute Class

Attribute to mark a float field or property as adjustable.

csharp
public class AdjustFloatAttribute : Debology.Debby.Modules.Adjust.Attributes.AdjustAttribute

Inheritance UnityEngine.Scripting.PreserveAttribute 🡒 AdjustAttribute 🡒 AdjustFloatAttribute

Fields

AdjustFloatAttribute.IsSlider Field

Indicates whether the float value should be represented as a slider.

csharp
public bool IsSlider;

Field Value

System.Boolean

AdjustFloatAttribute.Max Field

The maximum value for the float field or property.

csharp
public float Max;

Field Value

System.Single

AdjustFloatAttribute.Min Field

The minimum value for the float field or property.

csharp
public float Min;

Field Value

System.Single

AdjustFloatAttribute.PageSize Field

The page size (how much it increments / decrements when clicking the plus or minus button) for the float field or property.

csharp
public float PageSize;

Field Value

System.Single