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 |
---|---|
VFXProperty |
Specify the compatible type of a bound property. |
Fields
Name | Description |
---|---|
Editor |
The array of compatible editor types, expressed as string including namespace.
For instance, the value returned by |