Click or drag to resize

HelpBoxAttributeDrawer Class

Help box property drawer
Inheritance Hierarchy
SystemObject
  GUIDrawer
    DecoratorDrawer
      DigitalRuby.WeatherMakerHelpBoxAttributeDrawer

Namespace:  DigitalRuby.WeatherMaker
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public class HelpBoxAttributeDrawer : DecoratorDrawer

The HelpBoxAttributeDrawer type exposes the following members.

Constructors
  NameDescription
Public methodHelpBoxAttributeDrawer
Initializes a new instance of the HelpBoxAttributeDrawer class
Top
Properties
  NameDescription
Public propertyattribute

The PropertyAttribute for the decorator. (Read Only)

(Inherited from DecoratorDrawer.)
Top
Methods
  NameDescription
Public methodCanCacheInspectorGUI

Override this method to determine whether the inspector GUI for your decorator can be cached.

(Inherited from DecoratorDrawer.)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetHeight
Get height
(Overrides DecoratorDrawer.GetHeight.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodOnGUI
OnGUI
(Overrides DecoratorDrawer.OnGUI(Rect).)
Public methodToString (Inherited from Object.)
Top
See Also