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