docs.unity3d.com
    Show / Hide Table of Contents

    Class HDRPCameraBinder

    Camera parameter binding helper class.

    Inheritance
    Object
    VFXBinderBase
    HDRPCameraBinder
    Inherited Members
    VFXBinderBase.binder
    VFXBinderBase.Reset()
    VFXBinderBase.Awake()
    Namespace: UnityEngine.VFX.Utility
    Syntax
    public class HDRPCameraBinder : VFXBinderBase

    Fields

    AdditionalData

    Camera HDRP additional data.

    Declaration
    public HDAdditionalCameraData AdditionalData
    Field Value
    Type Description
    HDAdditionalCameraData

    Methods

    IsValid(VisualEffect)

    Returns true if the Visual Effect and the configuration of the binder are valid to perform the binding.

    Declaration
    public override bool IsValid(VisualEffect component)
    Parameters
    Type Name Description
    VisualEffect component

    Component to be tested.

    Returns
    Type Description
    Boolean

    True if the Visual Effect and the configuration of the binder are valid to perform the binding.

    OnDisable()

    OnDisable implementation.

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

    OnEnable()

    OnEnable implementation.

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

    SetCameraProperty(String)

    Set a camera property.

    Declaration
    public void SetCameraProperty(string name)
    Parameters
    Type Name Description
    String name

    Property name.

    ToString()

    To string implementation.

    Declaration
    public override string ToString()
    Returns
    Type Description
    String

    String containing the binder information.

    Overrides
    VFXBinderBase.ToString()

    UpdateBinding(VisualEffect)

    Update bindings for a visual effect.

    Declaration
    public override void UpdateBinding(VisualEffect component)
    Parameters
    Type Name Description
    VisualEffect component

    Component to update.

    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