Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#
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.