Class VFXBinderAttribute
A ClassAttribute for use with VFXBinderBase in order to set the Add Menu Path in Inspector.
Namespace: UnityEngine.VFX.Utility
Syntax
public class VFXBinderAttribute : PropertyAttribute
Constructors
VFXBinderAttribute(String)
Specifies a Add Menu Path for this VFXBinder.
Declaration
public VFXBinderAttribute(string menuPath)
Parameters
Type | Name | Description |
---|---|---|
String | menuPath |
Fields
MenuPath
The Specified Menu Path for this VFXBinder
Declaration
public string MenuPath
Field Value
Type | Description |
---|---|
String |