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

BindingResult Constructor

Declaration

public BindingResult(UIElements.BindingStatus status, string message);

Parameters

status The status of the binding.
message The message linked to the status.

Description

Constructs a binding result.

The message is ignored when status is set to BindingStatus.Success.