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

noneDefault value when no ParsetResult is available.

Properties

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

Constructors

ParseResult_1Create a ParseResult.

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