Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

BaseBoolField.ToggleValue

Declaration

protected void ToggleValue();

Description

Inverts the BaseBoolField.value property.

Override this method to change the logic of toggling the value in your subclass.