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
kDefaultButtonWidth
public static float kDefaultButtonWidth
Field Value
Properties
ButtonWidth
public float ButtonWidth { get; set; }