ParseResult<T0>

struct in UnityEditor.Search

Description

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.

Static Properties

Property Description
noneDefault value when no ParsetResult is available.

Properties

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

Constructors

Constructor Description
ParseResult_1Create a ParseResult.

Did you find this page useful? Please give it a rating: