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

SearchExpression.IsTrue

Declaration

public static bool IsTrue(Search.SearchItem item);

Parameters

item SearchItem to test.

Returns

bool Returns true if the value of the SearchItem is truish.

Description

Check if the internal value of a SearchItem is truish. It means the value is not 0, not null, not "" and not false.