Click or drag to resize
InspectorTooltipAttribute Class
Found in Unity forum: http://forum.unity3d.com/threads/182621-Inspector-Tooltips.
Inheritance Hierarchy
SystemObject
  SystemAttribute
    PropertyAttribute
      Slash.Unity.Common.UtilsInspectorTooltipAttribute

Namespace: Slash.Unity.Common.Utils
Assembly: Slash.Unity.Common (in Slash.Unity.Common.dll) Version: 1.0.6018.40182
Syntax
public class InspectorTooltipAttribute : PropertyAttribute

The InspectorTooltipAttribute type exposes the following members.

Constructors
  NameDescription
Public methodInspectorTooltipAttribute
Constructor.
Top
Properties
  NameDescription
Public propertyText
Tooltip text.
Top
See Also