Class RangedFloatAttribute
Inheritance
PropertyAttribute
RangedFloatAttribute
Inherited Members
PropertyAttribute.order
PropertyAttribute.applyToCollection
Assembly: Glitch9.dll
Syntax
[AttributeUsage(AttributeTargets.Property|AttributeTargets.Field, Inherited = true, AllowMultiple = false)]
public class RangedFloatAttribute : PropertyAttribute
Constructors
|
Edit this page
View Source
RangedFloatAttribute(float, float, float, bool)
Declaration
public RangedFloatAttribute(float min, float max, float defaultValue = 0, bool nullable = false)
Parameters
Fields
|
Edit this page
View Source
defaultValue
Declaration
public readonly float defaultValue
Field Value
|
Edit this page
View Source
max
Declaration
public readonly float max
Field Value
|
Edit this page
View Source
min
Declaration
public readonly float min
Field Value
|
Edit this page
View Source
nullable
Declaration
public readonly bool nullable
Field Value
Extension Methods