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