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

    Class VFXInputTouchBinder

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

    Fields

    Distance

    Declaration
    public float Distance
    Field Value
    Type Description
    Single

    m_Parameter

    Declaration
    protected ExposedParameter m_Parameter
    Field Value
    Type Description
    ExposedParameter

    m_TouchEnabledParameter

    Declaration
    protected ExposedParameter m_TouchEnabledParameter
    Field Value
    Type Description
    ExposedParameter

    m_VelocityParameter

    Declaration
    protected ExposedParameter m_VelocityParameter
    Field Value
    Type Description
    ExposedParameter

    SetVelocity

    Declaration
    public bool SetVelocity
    Field Value
    Type Description
    Boolean

    Target

    Declaration
    public Camera Target
    Field Value
    Type Description
    Camera

    TouchIndex

    Declaration
    public int TouchIndex
    Field Value
    Type Description
    Int32

    Properties

    Parameter

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

    TouchEnabledParameter

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

    VelocityParameter

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