Class VFXParameterBinder | Package Manager UI website
docs.unity3d.com
    Show / Hide Table of Contents

    Class VFXParameterBinder

    Inheritance
    System.Object
    VFXParameterBinder
    Namespace: UnityEngine.VFX.Utils
    Syntax
    public class VFXParameterBinder : MonoBehaviour

    Fields

    m_Bindings

    Declaration
    public List<VFXBinderBase> m_Bindings
    Field Value
    Type Description
    System.Collections.Generic.List<VFXBinderBase>

    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 Description
    T
    Type Parameters
    Name Description
    T

    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
    Name Description
    T

    RemoveParameterBinder(VFXBinderBase)

    Declaration
    public void RemoveParameterBinder(VFXBinderBase binder)
    Parameters
    Type Name Description
    VFXBinderBase binder

    RemoveParameterBinders<T>()

    Declaration
    public void RemoveParameterBinders<T>()
        where T : VFXBinderBase
    Type Parameters
    Name Description
    T
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023