Class VFXLightBinder | Visual Effect Graph | 6.9.2-preview
docs.unity3d.com
    Show / Hide Table of Contents

    Class VFXLightBinder

    Inheritance
    Object
    VFXBinderBase
    VFXLightBinder
    Inherited Members
    VFXBinderBase.binder
    VFXBinderBase.Reset()
    VFXBinderBase.Awake()
    VFXBinderBase.OnEnable()
    VFXBinderBase.OnDisable()
    Namespace: UnityEngine.Experimental.VFX.Utility
    Syntax
    public class VFXLightBinder : VFXBinderBase

    Fields

    BindBrightness

    Declaration
    public bool BindBrightness
    Field Value
    Type Description
    Boolean

    BindColor

    Declaration
    public bool BindColor
    Field Value
    Type Description
    Boolean

    BindRadius

    Declaration
    public bool BindRadius
    Field Value
    Type Description
    Boolean

    m_BrightnessParameter

    Declaration
    protected ExposedParameter m_BrightnessParameter
    Field Value
    Type Description
    ExposedParameter

    m_ColorParameter

    Declaration
    protected ExposedParameter m_ColorParameter
    Field Value
    Type Description
    ExposedParameter

    m_RadiusParameter

    Declaration
    protected ExposedParameter m_RadiusParameter
    Field Value
    Type Description
    ExposedParameter

    Target

    Declaration
    public Light Target
    Field Value
    Type Description
    Light

    Properties

    BrightnessParameter

    Declaration
    public string BrightnessParameter { get; set; }
    Property Value
    Type Description
    String

    ColorParameter

    Declaration
    public string ColorParameter { get; set; }
    Property Value
    Type Description
    String

    RadiusParameter

    Declaration
    public string RadiusParameter { get; set; }
    Property Value
    Type Description
    String

    Methods

    IsValid(VisualEffect)

    Declaration
    public override bool IsValid(VisualEffect component)
    Parameters
    Type Name Description
    VisualEffect component
    Returns
    Type Description
    Boolean
    Overrides
    VFXBinderBase.IsValid(VisualEffect)

    ToString()

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

    UpdateBinding(VisualEffect)

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