This version of Unity is unsupported.

BaseBoolField.InitLabel

Declaration

protected void InitLabel();

Description

Initializes the Label element whenever the BaseBoolField.text property changes.

Override this method to modify the Label after its creation. You must call the base implementation of this method before trying to access to m_Label property in your own implementation.