Class VFXPropertyBindingAttribute
A ClassAttribute for use with ExposedProperty in order to specify the compatible type of a bound property.
Inherited Members
Namespace: UnityEngine.VFX.Utility
Assembly: Unity.VisualEffectGraph.Runtime.dll
Syntax
[AttributeUsage(AttributeTargets.Field)]
public class VFXPropertyBindingAttribute : PropertyAttribute
Constructors
| Name | Description |
|---|---|
| VFXPropertyBindingAttribute(params string[]) | Specify the compatible type of a bound property. |
Fields
| Name | Description |
|---|---|
| EditorTypes | The array of compatible editor types, expressed as string including namespace.
For instance, the value returned by |