Api MinMaxAttribute
class

MinMaxAttribute

public class MinMaxAttribute : Attribute

Mark property as having a minimum and maximum value.

Constructors

MinMaxAttribute(Single min, Single max)

Properties

Name Type Description
MinValue Single The minimum value for this property.
MaxValue Single The maximum value for this property.
Assembly: Sandbox.System Full Name: MinMaxAttribute