Table of Contents

Class InspectorButtonAttribute

Namespace
Gamelogic.Extensions
Assembly
Gamelogic.Extensions.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)]
[MeansImplicitUse]
public class InspectorButtonAttribute : Attribute
Inheritance
InspectorButtonAttribute
Inherited Members
Extension Methods

See Also