Class PushButtonAttribute
Inheritance
System.Object
PushButtonAttribute
Namespace: UnityEditor.VFX
Syntax
public class PushButtonAttribute : PropertyAttribute
Constructors
PushButtonAttribute(Type, String)
Declaration
public PushButtonAttribute(Type pushButtonProvider, string buttonName)
Parameters
Type | Name | Description |
---|---|---|
Type | pushButtonProvider | |
System.String | buttonName |
Properties
buttonName
Declaration
public string buttonName { get; }
Property Value
Type | Description |
---|---|
System.String |
pushButtonProvider
Declaration
public Type pushButtonProvider { get; }
Property Value
Type | Description |
---|---|
Type |