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

    Class VFXRaycastBinder

    Inheritance
    System.Object
    VFXBinderBase
    VFXRaycastBinder
    Inherited Members
    VFXBinderBase.binder
    VFXBinderBase.Awake()
    VFXBinderBase.OnDisable()
    Namespace: UnityEngine.VFX.Utils
    Syntax
    public class VFXRaycastBinder : VFXBinderBase

    Fields

    Layers

    Declaration
    public LayerMask Layers
    Field Value
    Type Description
    LayerMask

    m_TargetHit

    Declaration
    protected ExposedParameter m_TargetHit
    Field Value
    Type Description
    ExposedParameter

    m_TargetNormal

    Declaration
    protected ExposedParameter m_TargetNormal
    Field Value
    Type Description
    ExposedParameter

    m_TargetNormal_direction

    Declaration
    protected ExposedParameter m_TargetNormal_direction
    Field Value
    Type Description
    ExposedParameter

    m_TargetPosition

    Declaration
    protected ExposedParameter m_TargetPosition
    Field Value
    Type Description
    ExposedParameter

    m_TargetPosition_position

    Declaration
    protected ExposedParameter m_TargetPosition_position
    Field Value
    Type Description
    ExposedParameter

    MaxDistance

    Declaration
    public float MaxDistance
    Field Value
    Type Description
    System.Single

    RaycastDirection

    Declaration
    public Vector3 RaycastDirection
    Field Value
    Type Description
    Vector3

    RaycastDirectionSpace

    Declaration
    public VFXRaycastBinder.Space RaycastDirectionSpace
    Field Value
    Type Description
    VFXRaycastBinder.Space

    RaycastSource

    Declaration
    public GameObject RaycastSource
    Field Value
    Type Description
    GameObject

    Properties

    TargetHit

    Declaration
    public string TargetHit { get; set; }
    Property Value
    Type Description
    System.String

    TargetNormal

    Declaration
    public string TargetNormal { get; set; }
    Property Value
    Type Description
    System.String

    TargetPosition

    Declaration
    public string TargetPosition { get; set; }
    Property Value
    Type Description
    System.String

    Methods

    IsValid(VisualEffect)

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

    OnEnable()

    Declaration
    protected override void OnEnable()
    Overrides
    VFXBinderBase.OnEnable()

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.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