ParamInputInfo Class
Jump to navigation
Jump to search
Class used for parameter input.
Constructors
New ParamInputInfo Create a new parameter input info class.
Properties
ParamInputInfo.Name Sets or returns the parameter name.
ParamInputInfo.Min Sets or returns the minimum value.
ParamInputInfo.Max Sets or returns the maximum value.
ParamInputInfo.CanEqualMin Sets or returns whether the value can equal the Min.
ParamInputInfo.CanEqualMax Sets or returns whether the value can equal the Max.
ParamInputInfo.Value Sets or returns the parameter value.