ParamInputInfo Class: Difference between revisions
Jump to navigation
Jump to search
Albert Szeto (talk | contribs) No edit summary |
Albert Szeto (talk | contribs) No edit summary |
||
Line 4: | Line 4: | ||
=== Constructors=== | === Constructors=== | ||
*'''[[New ParamInputInfo]]'''{{APIComment|Create a new parameter input info class.}} | |||
=== Properties === | === Properties === | ||
*'''[[ParamInputInfo.Name]]'''{{APIComment|Sets or returns the parameter name.}} | |||
*'''[[ParamInputInfo.Min]]'''{{APIComment|Sets or returns the minimum value.}} | |||
*'''[[ParamInputInfo.Max]]'''{{APIComment|Sets or returns the maximum value.}} | |||
*'''[[ParamInputInfo.CanEqualMin]]'''{{APIComment|Sets or returns whether the value can equal the Min.}} | |||
*'''[[ParamInputInfo.CanEqualMax]]'''{{APIComment|Sets or returns whether the value can equal the Max.}} | |||
*'''[[ParamInputInfo.Value]]'''{{APIComment|Sets or returns the parameter value.}} |
Revision as of 16:37, 25 September 2013
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.