Class RangeAttribute
Limit the strings to a certain range, based on the text type
Inheritance
System.Object
RangeAttribute
Namespace: Eco.Shared.Networking
Assembly: Eco.Shared.dll
Syntax
public class RangeAttribute : Attribute
Constructors
RangeAttribute(Single, Single)
Declaration
public RangeAttribute(float min, float max)
Parameters
Type | Name | Description |
---|---|---|
System.Single | min | |
System.Single | max |
Fields
Range
Declaration
public Range Range
Field Value
Type | Description |
---|---|
Range |