Class SGBlackboardSection
Inheritance
SGBlackboardSection
Syntax
public class SGBlackboardSection : GraphElement
Constructors
SGBlackboardSection()
Declaration
public SGBlackboardSection()
Properties
canAcceptDrop
Declaration
public SGBlackboardSection.CanAcceptDropDelegate canAcceptDrop { get; set; }
Property Value
contentContainer
Declaration
public override VisualElement contentContainer { get; }
Property Value
Type |
Description |
VisualElement |
|
Declaration
public bool headerVisible { get; set; }
Property Value
title
Declaration
public override string title { get; set; }
Property Value
Methods
CanAcceptDrop(List<ISelectable>)
Declaration
public bool CanAcceptDrop(List<ISelectable> selection)
Parameters
Type |
Name |
Description |
List<ISelectable> |
selection |
|
Returns
OnDragActionCanceled()
Declaration
public void OnDragActionCanceled()