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

    Class VFXInputKeyBinder

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

    Fields

    Key

    Declaration
    public KeyCode Key
    Field Value
    Type Description
    KeyCode

    m_KeyParameter

    Declaration
    protected ExposedParameter m_KeyParameter
    Field Value
    Type Description
    ExposedParameter

    m_KeySmoothParameter

    Declaration
    protected ExposedParameter m_KeySmoothParameter
    Field Value
    Type Description
    ExposedParameter

    SmoothSpeed

    Declaration
    public float SmoothSpeed
    Field Value
    Type Description
    Single

    UseKeySmooth

    Declaration
    public bool UseKeySmooth
    Field Value
    Type Description
    Boolean

    Properties

    KeyParameter

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

    KeySmoothParameter

    Declaration
    public string KeySmoothParameter { 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