Table of Contents

Class InspectorButtonAttribute

Namespace
Gamelogic.Extensions
Assembly
Assembly-CSharp.dll

Gamelogic.Extensions.Editor.Internal.GLEditor`1.DrawInspectorButtons draws a button for each method marked with this attribute. This is also used by GLMonoBehaviourEditor.

[AttributeUsage(AttributeTargets.Method)]
public class InspectorButtonAttribute : Attribute, _Attribute
Inheritance
InspectorButtonAttribute
Implements
Inherited Members
Extension Methods

See Also