Table of Contents

Class InspectorButtonAttribute

Namespace
Global
Assembly
Assembly-CSharp.dll
[AttributeUsage(AttributeTargets.Field)]
public class InspectorButtonAttribute : PropertyAttribute
Inheritance
InspectorButtonAttribute

Constructors

InspectorButtonAttribute(string)

public InspectorButtonAttribute(string MethodName)

Parameters

MethodName string

Fields

MethodName

public readonly string MethodName

Field Value

string

kDefaultButtonWidth

public static float kDefaultButtonWidth

Field Value

float

Properties

ButtonWidth

public float ButtonWidth { get; set; }

Property Value

float