Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


BlackboardSection

GraphElement that represents a section of members in a Blackboard.
Read time 8 minutesLast updated 9 days ago

Definition

public class BlackboardSection : GraphElement, IEventHandler, IResolvedStyle, ITransform, ITransitionAnimations, IExperimentalFeatures, IVisualElementScheduler, ICustomStyle, ISelectable

Constructors

Constructor

Description

BlackboardSection()Constructs a BlackboardSection.

Properties

Property

Description

canAcceptDropCallback for indicating whether this BlackboardSection accepts the selected object.
contentContainerThe content container of this BlackboardSection.
headerVisibleIndicates whether the header of the BlackboardSection is visible.
titleThe title of this BlackboardSection.

Methods

Method

Description

CanAcceptDropIndicates whether this BlackboardSection accepts the selected object.

Delegates

Delegate

Description

BlackboardSection.CanAcceptDropDelegateDelegate for indicating whether this BlackboardSection accepts the selected object.

Inheritance

Inherited Members