Click or drag to resize

InspectorButtonAttribute Class

[!:Gamelogic.Extensions.Editor.Internal.GLEditor.DrawInspectorButtons] draws a button for each method marked with this attribute. This is also used by [!:Gamelogic.Extensions.Editor.GLMonoBehaviourEditor].
Inheritance Hierarchy
SystemObject
  SystemAttribute
    Gamelogic.ExtensionsInspectorButtonAttribute

Namespace:  Gamelogic.Extensions
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
[AttributeUsageAttribute(AttributeTargets.Method)]
public class InspectorButtonAttribute : Attribute

The InspectorButtonAttribute type exposes the following members.

Constructors
  NameDescription
Public methodInspectorButtonAttribute
Top
Properties
  NameDescription
Public propertyTypeId (Inherited from Attribute.)
Top
Methods
  NameDescription
Public methodEquals (Inherited from Attribute.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Attribute.)
Public methodGetType (Inherited from Object.)
Public methodIsDefaultAttribute (Inherited from Attribute.)
Public methodMatch (Inherited from Attribute.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
Extension Methods
  NameDescription
Public Extension MethodThrowIfNull
Throws a NullReferenceException if the object is null.
(Defined by ObjectExtensions.)
Top
Explicit Interface Implementations
See Also