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

DiscreteTimeTimeExtensions.Select

Parameters

a The return value for the true path.
b The return value for the false path.
c The return value selector.

Returns

DiscreteTime Returns b if c is true, a otherwise.

Description

Returns b if c is true, a otherwise.