Method AddParameterBinder
AddParameterBinder<T>()
Adds a new PropertyBinder
Declaration
[Obsolete("Use AddPropertyBinder<T>() instead")]
public T AddParameterBinder<T>() where T : VFXBinderBase
Returns
Type | Description |
---|---|
T | The PropertyBinder newly Created |
Type Parameters
Name | Description |
---|---|
T | the Type of Property Binder |