Class VFXParameterBinder
Inheritance
System.Object
VFXParameterBinder
Syntax
public class VFXParameterBinder : MonoBehaviour
Fields
m_Bindings
Declaration
public List<VFXBinderBase> m_Bindings
Field Value
m_ExecuteInEditor
Declaration
protected bool m_ExecuteInEditor
Field Value
Type |
Description |
System.Boolean |
|
m_VisualEffect
Declaration
protected VisualEffect m_VisualEffect
Field Value
Type |
Description |
VisualEffect |
|
Methods
AddParameterBinder<T>()
Declaration
public T AddParameterBinder<T>()
where T : VFXBinderBase
Returns
Type Parameters
ClearParameterBinders()
Declaration
public void ClearParameterBinders()
GetParameterBinders<T>()
Declaration
public IEnumerable<T> GetParameterBinders<T>()
where T : VFXBinderBase
Returns
Type |
Description |
System.Collections.Generic.IEnumerable<T> |
|
Type Parameters
RemoveParameterBinder(VFXBinderBase)
Declaration
public void RemoveParameterBinder(VFXBinderBase binder)
Parameters
RemoveParameterBinders<T>()
Declaration
public void RemoveParameterBinders<T>()
where T : VFXBinderBase
Type Parameters