ParamInputInfo Class: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 7: Line 7:


=== Properties ===
=== Properties ===
*'''[[ParamInputInfo.Name]]'''{{APIComment|Sets or returns the parameter name.}}
*'''[[ParamInputInfo.Name|Name]]'''{{APIComment|Sets or returns the parameter name.}}


*'''[[ParamInputInfo.Min]]'''{{APIComment|Sets or returns the minimum value.}}
*'''[[ParamInputInfo.Min|Min]]'''{{APIComment|Sets or returns the minimum value.}}


*'''[[ParamInputInfo.Max]]'''{{APIComment|Sets or returns the maximum value.}}
*'''[[ParamInputInfo.Max|Max]]'''{{APIComment|Sets or returns the maximum value.}}


*'''[[ParamInputInfo.CanEqualMin]]'''{{APIComment|Sets or returns whether the value can equal the Min.}}
*'''[[ParamInputInfo.CanEqualMin|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.CanEqualMax|CanEqualMax]]'''{{APIComment|Sets or returns whether the value can equal the Max.}}


*'''[[ParamInputInfo.Value]]'''{{APIComment|Sets or returns the parameter value.}}
*'''[[ParamInputInfo.Value|Value]]'''{{APIComment|Sets or returns the parameter value.}}

Revision as of 16:18, 31 January 2014



Class used for parameter input.

Constructors

Properties

  • Name Sets or returns the parameter name.
  • Min Sets or returns the minimum value.
  • Max Sets or returns the maximum value.
  • CanEqualMin Sets or returns whether the value can equal the Min.
  • CanEqualMax Sets or returns whether the value can equal the Max.
  • Value Sets or returns the parameter value.