This version of Unity is unsupported.
Experimental: this API is experimental and might be changed or removed in the future.

BlackboardField Constructor

Declaration

public BlackboardField();

Declaration

public BlackboardField(Texture icon, string text, string typeText);

Parameters

icon The icon of this BlackboardField.
text The text of this BlackboardField.
typeText The text that displays the data type of this BlackboardField.

Description

Constructs a BlackboardField.