Click or drag to resize

HideFieldAttribute Fields

The HideFieldAttribute type exposes the following members.

Fields
  NameDescription
Public fieldAllowableFloatingPointError
The amount of error in either direction you will allow when comparing floats
Public fieldCompletelyHide
Whether or not you want to hide the field completely, or just make it not editable unless in debug mode in the inspector
Public fieldConditionalSourceField
The name of the field whose value will be evaluated into a true or false
Public fieldConditionalSourceField2
The name of a second field that can be used to evaluate into true or false, if desired
Public fieldDesiredFloat
The float value to compare against
Public fieldDesiredInt
The int value to compare against
Public fieldDesiredString
The string to compare against
Public fieldDesiredType
The type value to compare against
Public fieldIntIsBitmask
Whether or not to treat the int as a bitmask
Public fieldInverse
After performing all the evaluations, do you want to return the opposite?
Public fieldStringComparisonType
The comparison type for string compares
Top
See Also