Version: 2022.2

ParseResult<T0>

struct in UnityEditor.Search

切换到手册

描述

A ParseResult represents the result of a parsing operation.

<T>: Type of the result of the parsing operation.

ParseResults are used in the context of type parsers. See QueryEngine.AddTypeParser for more details.

静态变量

noneDefault value when no ParsetResult is available.

变量

parsedValueThe parsing result.
successFlag indicating if the parsing succeeded or not.

构造函数

ParseResult_1Create a ParseResult.