Method GetParameterBinders
GetParameterBinders<T>()
Gets all VFXBinderBase of Given Type, attached to this VFXPropertyBinder
Declaration
[Obsolete("Please use GetPropertyBinders<T>() instead")]
public IEnumerable<T> GetParameterBinders<T>() where T : VFXBinderBase
Returns
Type | Description |
---|---|
IEnumerable<T> | An IEnumerable of all VFXBinderBase |
Type Parameters
Name | Description |
---|---|
T | Specific VFXBinderBase type |