docs.unity3d.com
    Show / Hide Table of Contents

    Class SGBlackboardSection

    Inheritance
    Object
    SGBlackboardSection
    Namespace: UnityEditor.ShaderGraph.Drawing.Views.Blackboard
    Syntax
    public class SGBlackboardSection : GraphElement

    Constructors

    SGBlackboardSection()

    Declaration
    public SGBlackboardSection()

    Properties

    canAcceptDrop

    Declaration
    public SGBlackboardSection.CanAcceptDropDelegate canAcceptDrop { get; set; }
    Property Value
    Type Description
    SGBlackboardSection.CanAcceptDropDelegate

    contentContainer

    Declaration
    public override VisualElement contentContainer { get; }
    Property Value
    Type Description
    VisualElement

    headerVisible

    Declaration
    public bool headerVisible { get; set; }
    Property Value
    Type Description
    Boolean

    title

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

    Methods

    CanAcceptDrop(List<ISelectable>)

    Declaration
    public bool CanAcceptDrop(List<ISelectable> selection)
    Parameters
    Type Name Description
    List<ISelectable> selection
    Returns
    Type Description
    Boolean

    OnDragActionCanceled()

    Declaration
    public void OnDragActionCanceled()
    Back to top
    Terms of use
    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