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

    Class VFXBinderBase

    Inheritance
    System.Object
    VFXBinderBase
    VFXPlaneBinder
    VFXPositionBinder
    VFXRaycastBinder
    VFXSphereBinder
    VFXTransformBinder
    VFXVelocityBinder
    Namespace: UnityEngine.VFX.Utils
    Syntax
    public abstract class VFXBinderBase : MonoBehaviour

    Fields

    binder

    Declaration
    protected VFXParameterBinder binder
    Field Value
    Type Description
    VFXParameterBinder

    Methods

    Awake()

    Declaration
    protected virtual void Awake()

    IsValid(VisualEffect)

    Declaration
    public abstract bool IsValid(VisualEffect component)
    Parameters
    Type Name Description
    VisualEffect component
    Returns
    Type Description
    System.Boolean

    OnDisable()

    Declaration
    protected virtual void OnDisable()

    OnEnable()

    Declaration
    protected virtual void OnEnable()

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String

    UpdateBinding(VisualEffect)

    Declaration
    public abstract void UpdateBinding(VisualEffect component)
    Parameters
    Type Name Description
    VisualEffect component
    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