Class PushButtonAttribute
Namespace: UnityEditor.VFX
Syntax
[AttributeUsage(AttributeTargets.Field, Inherited = true, AllowMultiple = false)]
public class PushButtonAttribute : PropertyAttribute
Constructors
PushButtonAttribute(Type, String)
Declaration
public PushButtonAttribute(Type pushButtonProvider, string buttonName)
Parameters
| Type | Name | Description |
|---|---|---|
| Type | pushButtonProvider | |
| String | buttonName |
Properties
buttonName
Declaration
public string buttonName { get; }
Property Value
| Type | Description |
|---|---|
| String |
pushButtonProvider
Declaration
public Type pushButtonProvider { get; }
Property Value
| Type | Description |
|---|---|
| Type |